Public Member Functions | |
def | __init__ |
def | testJobExecutionSingleReturn |
def | testJobExectionWithoutReturn |
def | testFailedJobs |
def | setUpCluster |
This class tests the Job Queue Manager.
Definition at line 648 of file test_simplecluster.py.
def tests.test_simplecluster.testJobQueueManager.__init__ | ( | self, | |
methodName = 'runTest' |
|||
) |
Definition at line 652 of file test_simplecluster.py.
References tests.test_simplecluster.testJobQueueManager.setUpCluster().
This method defines three methods on the cluster: echoFunction - returns whatever is sent noReturn - has no return value errorMethod - which will raise an exception if the argument is true
Definition at line 738 of file test_simplecluster.py.
Referenced by tests.test_simplecluster.testJobQueueManager.__init__().
Definition at line 707 of file test_simplecluster.py.
Definition at line 679 of file test_simplecluster.py.
Definition at line 657 of file test_simplecluster.py.