Searched defs:expected_exception (Results 1 – 8 of 8) sorted by relevance
| /third_party/node/deps/v8/tools/testrunner/outproc/ |
| D | test262.py | 20 self, expected_outcomes, expected_exception=None, negative=False): argument
|
| /third_party/python/Lib/test/ |
| D | test_unicode_file_functions.py | 87 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/python/Lib/unittest/ |
| D | case.py | 738 def assertRaises(self, expected_exception, *args, **kwargs): argument 1304 def assertRaisesRegex(self, expected_exception, expected_regex, 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/googletest/googletest/include/gtest/ |
| D | gtest.h | 1779 #define EXPECT_THROW(statement, expected_exception) \ argument 1785 #define ASSERT_THROW(statement, expected_exception) \ argument
|
| /third_party/node/deps/googletest/include/gtest/ |
| D | gtest.h | 1774 #define EXPECT_THROW(statement, expected_exception) \ argument 1780 #define ASSERT_THROW(statement, expected_exception) \ argument
|