Home
last modified time | relevance | path

Searched defs:assertRaises (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Lib/test/
Daudit-tests.py72 def assertRaises(ex_type): function
Dtest_optparse.py79 def assertRaises(self, member in BaseTest
Dtest_patma.py3160 def assertRaises(*_, **__): member in PerfPatma
/external/python/cpython2/Lib/unittest/
Dcase.py446 def assertRaises(self, excClass, callableObj=None, *args, **kwargs): member in TestCase
/external/flatbuffers/tests/
Dpy_test.py84 def assertRaises(test_case, fn, exception_class): function
/external/python/cpython3/Lib/unittest/
Dcase.py710 def assertRaises(self, expected_exception, *args, **kwargs): member in TestCase
/external/python/cpython2/Objects/
Dsetobject.c2391 #define assertRaises(call_return_value, exception) \ macro
/external/python/cpython3/Objects/
Dsetobject.c2376 #define assertRaises(call_return_value, exception) \ macro
/external/python/cpython2/Lib/test/
Dtest_optparse.py80 def assertRaises(self, member in BaseTest