Home
last modified time | relevance | path

Searched refs:wasSuccessful (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_skipping.py54 self.assertTrue(result.wasSuccessful())
81 self.assertTrue(result.wasSuccessful())
96 self.assertTrue(result.wasSuccessful())
Dtest_result.py23 self.assertTrue(result.wasSuccessful())
55 self.assertTrue(result.wasSuccessful())
76 self.assertTrue(result.wasSuccessful())
85 self.assertTrue(result.wasSuccessful())
129 self.assertTrue(result.wasSuccessful())
172 self.assertFalse(result.wasSuccessful())
220 self.assertFalse(result.wasSuccessful())
Dsupport.py118 def wasSuccessful(self): member in ResultWithNoStartTestRunStopTestRun
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dresult.py144 def wasSuccessful(self): member in TestResult
Dmain.py231 sys.exit(not self.result.wasSuccessful())
Drunner.py177 if not result.wasSuccessful():
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_support.py1063 if not result.wasSuccessful():