Searched defs:testDone (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py221 def testDone(self, fSkipped, sCaller): member in class:ReporterBase
232 self.log(0, 'testDone on empty test stack!', sCaller, sTsPrf);
277 self.testDone(False, sCaller);
1201 We count these calls and testDone will use them to report PASSED or FAILED.
1213 We count these calls and testDone will use them to report PASSED or FAILED.
1238 def testDone(fSkipped = False): function
1245 rc = g_oReporter.testDone(fSkipped, utils.getCallerName());

Completed in 36 milliseconds