Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_unicode_file_functions.py85 expected_exception=FileNotFoundError, argument
Dtest_optparse.py82 expected_exception, argument
/third_party/googletest/googletest/include/gtest/
Dgtest.h1898 #define EXPECT_THROW(statement, expected_exception) \ argument
1904 #define ASSERT_THROW(statement, expected_exception) \ argument
/third_party/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h1927 #define EXPECT_THROW(statement, expected_exception) \ argument
1933 #define ASSERT_THROW(statement, expected_exception) \ argument
/third_party/python/Lib/unittest/
Dcase.py705 def assertRaises(self, expected_exception, *args, **kwargs): argument
1262 def assertRaisesRegex(self, expected_exception, expected_regex, argument