Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_case.py277 result = Foo().defaultTestResult()
307 def defaultTestResult(self): member in Test_TestCase.test_run_call_order__error_in_setUp_default_result.Foo
348 def defaultTestResult(self): member in Test_TestCase.test_run_call_order__error_in_test_default_result.Foo
387 def defaultTestResult(self): member in Test_TestCase.test_run_call_order__failure_in_test_default_result.Foo
427 def defaultTestResult(self): member in Test_TestCase.test_run_call_order__error_in_tearDown_default_result.Foo
446 def defaultTestResult(self): member in Test_TestCase.test_run_call_order_default_result.Foo
559 def defaultTestResult(self): member in Test_TestCase.test_run__uses_defaultTestResult.Foo
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py294 def defaultTestResult(self): member in TestCase
343 result = self.defaultTestResult()