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.py86 expected_exception=FileNotFoundError, argument
Dtest_optparse.py83 expected_exception, argument
/third_party/python/Lib/unittest/
Dcase.py710 def assertRaises(self, expected_exception, *args, **kwargs): argument
1277 def assertRaisesRegex(self, expected_exception, expected_regex, argument
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h1952 #define EXPECT_THROW(statement, expected_exception) \ argument
1958 #define ASSERT_THROW(statement, expected_exception) \ argument
/third_party/googletest/googletest/include/gtest/
Dgtest.h1953 #define EXPECT_THROW(statement, expected_exception) \ argument
1959 #define ASSERT_THROW(statement, expected_exception) \ argument