Beispiel #1
0
 def abortStandaloneTest(cls, testId):
     StandaloneTestManager.stopTest(testId)
Beispiel #2
0
 def doStandaloneTest(cls, testName, testOptions, resultCallback, errorCallback, formatResult = False):
     return StandaloneTestManager.startTest(testName, testOptions, resultCallback, errorCallback,
                                            formatResult = formatResult)