Searched refs:startTestRun (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
H A Dsupport.py54 def startTestRun(self): member in class:LoggingResult
55 self._events.append('startTestRun')
56 super(LoggingResult, self).startTestRun()
92 """An object honouring TestResult before startTestRun/stopTestRun."""
H A Dtest_result.py94 result.startTestRun()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
H A Drunner.py147 startTestRun = getattr(result, 'startTestRun', None)
148 if startTestRun is not None:
149 startTestRun()
H A Dresult.py73 def startTestRun(self): member in class:TestResult
H A Dcase.py297 startTestRun = getattr(result, 'startTestRun', None)
298 if startTestRun is not None:
299 startTestRun()

Completed in 104 milliseconds