Home
last modified time | relevance | path

Searched defs:expected_exception (Results 1 – 25 of 25) sorted by relevance

/external/fmtlib/test/
Dgtest-extra.h18 #define FMT_TEST_THROW_(statement, expected_exception, expected_message, fail) \ argument
52 #define EXPECT_THROW_MSG(statement, expected_exception, expected_message) \ argument
/external/llvm-libc/test/src/math/smoke/
DFModTest.h20 #define TEST_SPECIAL(x, y, expected, dom_err, expected_exception) \ argument
DNextAfterTest.h23 #define ASSERT_FP_EQ_WITH_EXCEPTION(result, expected, expected_exception) \ argument
DNextTowardTest.h23 #define ASSERT_FP_EQ_WITH_EXCEPTION(result, expected, expected_exception) \ argument
DCanonicalizeTest.h21 #define TEST_SPECIAL(x, y, expected, expected_exception) \ argument
/external/llvm-libc/test/src/math/
DFModTest.h20 #define TEST_SPECIAL(x, y, expected, dom_err, expected_exception) \ argument
/external/python/absl-py/absl/testing/
Dabsltest.py1326 def __init__(self, expected_exception, test_case, test_func, msg=None): argument
1348 self, expected_exception, predicate) -> _AssertRaisesContext: argument
1355 self, expected_exception, predicate, callable_obj: Callable[..., Any], argument
1361 def assertRaisesWithPredicateMatch(self, expected_exception, predicate, argument
1391 self, expected_exception, expected_exception_message argument
1399 self, expected_exception, expected_exception_message, argument
1405 def assertRaisesWithLiteralMatch(self, expected_exception, argument
/external/python/cpython3/Lib/test/
Dtest_unicode_file_functions.py87 expected_exception=FileNotFoundError, argument
Dtest_optparse.py83 expected_exception, argument
/external/python/cpython2/Lib/test/
Dtest_pep277.py93 def _apply_failure(self, fn, filename, expected_exception, argument
Dtest_optparse.py84 expected_exception, argument
/external/python/mobly/mobly/
Dasserts.py263 def assert_raises(expected_exception, extras=None, *args, **kwargs): argument
284 expected_exception, expected_regex, extras=None, *args, **kwargs argument
/external/mesa3d/.gitlab-ci/tests/
Dtest_lava_job_submitter.py286 def test_log_corruption(mock_sleep, data_sequence, expected_exception, mock_proxy): argument
/external/python/asn1crypto/tests/
D_unittest_compat.py107 def _assert_raises_regex(self, expected_exception, expected_regexp, callable_obj=None, *args, **kwa… argument
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest.h1771 #define EXPECT_THROW(statement, expected_exception) \ argument
1777 #define ASSERT_THROW(statement, expected_exception) \ argument
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h1964 #define EXPECT_THROW(statement, expected_exception) \ argument
1970 #define ASSERT_THROW(statement, expected_exception) \ argument
/external/python/cpython3/Lib/unittest/
Dcase.py738 def assertRaises(self, expected_exception, *args, **kwargs): argument
1304 def assertRaisesRegex(self, expected_exception, expected_regex, argument
/external/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h1754 #define EXPECT_THROW(statement, expected_exception) \ argument
1760 #define ASSERT_THROW(statement, expected_exception) \ argument
/external/mesa3d/src/gtest/include/gtest/
Dgtest.h1770 #define EXPECT_THROW(statement, expected_exception) \ argument
1776 #define ASSERT_THROW(statement, expected_exception) \ argument
/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/include/gtest/
Dgtest.h1774 #define EXPECT_THROW(statement, expected_exception) \ argument
1780 #define ASSERT_THROW(statement, expected_exception) \ argument
/external/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h1754 #define EXPECT_THROW(statement, expected_exception) \ argument
1760 #define ASSERT_THROW(statement, expected_exception) \ argument
/external/cronet/third_party/googletest/src/googletest/include/gtest/
Dgtest.h1746 #define EXPECT_THROW(statement, expected_exception) \ argument
1752 #define ASSERT_THROW(statement, expected_exception) \ argument
/external/googletest/googletest/include/gtest/
Dgtest.h1775 #define EXPECT_THROW(statement, expected_exception) \ argument
1781 #define ASSERT_THROW(statement, expected_exception) \ argument
/external/python/cpython2/Lib/unittest/
Dcase.py976 def assertRaisesRegexp(self, expected_exception, expected_regexp, argument
/external/python/ipaddress/
Dtest_ipaddress.py2138 def __init__(self, expected_exception, expected_regex): argument