Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_result.py178 test_case, formatted_exc = result.failures[0]
179 self.assertTrue(test_case is test)
226 test_case, formatted_exc = result.errors[0]
227 self.assertTrue(test_case is test)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py100 def __init__(self, expected, test_case, expected_regexp=None): argument
102 self.failureException = test_case.failureException