Home
last modified time | relevance | path

Searched refs:failureException (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_case.py295 self.assertTrue(Foo('test').failureException is AssertionError)
311 failureException = RuntimeError variable in Test_TestCase.test_failureException__subclassing__explicit_raise.Foo
313 self.assertTrue(Foo('test').failureException is RuntimeError)
334 failureException = RuntimeError variable in Test_TestCase.test_failureException__subclassing__implicit_raise.Foo
336 self.assertTrue(Foo('test').failureException is RuntimeError)
436 self.assertRaises(self.failureException, self.assertIs, thing, object())
441 self.assertRaises(self.failureException, self.assertIsNot, thing, thing)
446 self.assertRaises(self.failureException, self.assertIsInstance,
452 self.assertRaises(self.failureException, self.assertNotIsInstance,
466 self.assertRaises(self.failureException, self.assertIn, 'x', 'abc')
[all …]
Dtest_assertions.py10 self.assertRaises(self.failureException,
12 self.assertRaises(self.failureException,
16 self.assertRaises(self.failureException,
21 self.assertRaises(self.failureException,
23 self.assertRaises(self.failureException,
27 self.assertRaises(self.failureException, self.assertNotAlmostEqual,
36 self.assertRaises(self.failureException, self.assertAlmostEqual,
38 self.assertRaises(self.failureException, self.assertNotAlmostEqual,
60 except self.failureException as e:
82 except self.failureException as e:
[all …]
Dtest_discovery.py114 raise self.failureException('use_load_tests should be False for packages')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py102 self.failureException = test_case.failureException
114 raise self.failureException(
127 raise self.failureException('"%s" does not match "%s"' %
158 failureException = AssertionError variable in TestCase
330 except self.failureException:
408 raise self.failureException(msg)
414 raise self.failureException(msg)
420 raise self.failureException(msg)
502 raise self.failureException(msg)
518 raise self.failureException(msg)
[all …]
Dresult.py159 if exctype is test.failureException:
Dsuite.py262 failureException = None variable in _ErrorHolder
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_optparse.py190 raise self.failureException(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddoctest.py2166 raise self.failureException(self.format_failure(new.getvalue()))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_renamed.py61 raise self.failureException, fp.getvalue()
Dtest_email.py60 raise self.failureException, fp.getvalue()