Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_case.py278 result = Foo().defaultTestResult()
308 def defaultTestResult(self): member in Test_TestCase.test_run_call_order__error_in_setUp_default_result.Foo
349 def defaultTestResult(self): member in Test_TestCase.test_run_call_order__error_in_test_default_result.Foo
388 def defaultTestResult(self): member in Test_TestCase.test_run_call_order__failure_in_test_default_result.Foo
428 def defaultTestResult(self): member in Test_TestCase.test_run_call_order__error_in_tearDown_default_result.Foo
447 def defaultTestResult(self): member in Test_TestCase.test_run_call_order_default_result.Foo
560 def defaultTestResult(self): member in Test_TestCase.test_run__uses_defaultTestResult.Foo
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py299 def defaultTestResult(self): member in TestCase
348 result = self.defaultTestResult()