Home
last modified time | relevance | path

Searched refs:stopTestRun (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dsupport.py62 def stopTestRun(self): member in LoggingResult
64 super(LoggingResult, self).stopTestRun()
Dtest_result.py95 result.stopTestRun()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Drunner.py153 stopTestRun = getattr(result, 'stopTestRun', None)
154 if stopTestRun is not None:
155 stopTestRun()
Dresult.py105 def stopTestRun(self): member in TestResult
Dcase.py370 stopTestRun = getattr(result, 'stopTestRun', None)
371 if stopTestRun is not None:
372 stopTestRun()