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

/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py214 def testFailure(self, sDetails, sCaller): member in class:ReporterBase
276 self.testFailure('Test not closed by test drver', sCaller)
1198 def testFailure(sDetails): function
1206 g_oReporter.testFailure(sDetails, utils.getCallerName());
1229 # Use testFailure to do the work.
1232 g_oReporter.testFailure('Exception: %s' % (sXcpt,), sCaller);
1234 g_oReporter.testFailure('%s: %s' % (sDetails, sXcpt), sCaller);

Completed in 1173 milliseconds