org.dawb.common.python.test
Class PythonCommandTest

java.lang.Object
  extended by org.dawb.common.python.test.PythonCommandTest

public class PythonCommandTest
extends java.lang.Object

Class to test Python class, requires further tests to be written. The current tests here could also be done smarter and improve coverage. Please add more tests...

Author:
gerring

Constructor Summary
PythonCommandTest()
           
 
Method Summary
 void test25Threads()
           
 void testAsyncSleep()
           
 void testInputOutput()
           
 void testSyncPrint()
           
 void testTimeout()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonCommandTest

public PythonCommandTest()
Method Detail

testSyncPrint

public void testSyncPrint()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testInputOutput

public void testInputOutput()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testTimeout

public void testTimeout()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testAsyncSleep

public void testAsyncSleep()
                    throws java.lang.Exception
Throws:
java.lang.Exception

test25Threads

public void test25Threads()
                   throws java.lang.Exception
Throws:
java.lang.Exception