Searched defs:assertRaises (Results 1 – 7 of 7) sorted by relevance
/external/mpdecimal/tests++/ |
D | test.hh | 137 #define assertRaises(ex, func) test::assert_raises<ex>(__FILE__, __LINE__, func) macro
|
/external/python/cpython3/Lib/test/ |
D | audit-tests.py | 72 def assertRaises(ex_type): function
|
D | test_optparse.py | 79 def assertRaises(self, member in BaseTest
|
D | test_patma.py | 3534 def assertRaises(*_, **__): member in PerfPatma
|
/external/flatbuffers/tests/ |
D | py_test.py | 88 def assertRaises(test_case, fn, exception_class): function
|
/external/python/cpython3/Lib/unittest/ |
D | case.py | 767 def assertRaises(self, expected_exception, *args, **kwargs): member in TestCase
|
/external/pytorch/torch/testing/_internal/ |
D | common_utils.py | 3911 def assertRaises(self, expected_exception, *args, **kwargs): member in TestCase
|