Home
last modified time | relevance | path

Searched refs:defaultTestResult (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_case.py120 result = Foo().defaultTestResult()
148 def defaultTestResult(self): member in Test_TestCase.test_run_call_order__error_in_setUp_default_result.Foo
187 def defaultTestResult(self): member in Test_TestCase.test_run_call_order__error_in_test_default_result.Foo
224 def defaultTestResult(self): member in Test_TestCase.test_run_call_order__failure_in_test_default_result.Foo
261 def defaultTestResult(self): member in Test_TestCase.test_run_call_order__error_in_tearDown_default_result.Foo
278 def defaultTestResult(self): member in Test_TestCase.test_run_call_order_default_result.Foo
385 def defaultTestResult(self): member in Test_TestCase.test_run__uses_defaultTestResult.Foo
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py248 def defaultTestResult(self): member in TestCase
296 result = self.defaultTestResult()