Searched defs:expected_exception (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/test/ |
D | test_unicode_file_functions.py | 86 expected_exception=FileNotFoundError, argument
|
D | test_optparse.py | 83 expected_exception, argument
|
/third_party/mesa3d/.gitlab-ci/tests/ |
D | test_lava_job_submitter.py | 253 def test_log_corruption(mock_sleep, data_sequence, expected_exception, mock_proxy): argument
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 1952 #define EXPECT_THROW(statement, expected_exception) \ argument 1958 #define ASSERT_THROW(statement, expected_exception) \ argument
|
/third_party/python/Lib/unittest/ |
D | case.py | 710 def assertRaises(self, expected_exception, *args, **kwargs): argument 1277 def assertRaisesRegex(self, expected_exception, expected_regex, argument
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 1953 #define EXPECT_THROW(statement, expected_exception) \ argument 1959 #define ASSERT_THROW(statement, expected_exception) \ argument
|