Home
last modified time | relevance | path

Searched defs:TestException (Results 1 – 6 of 6) sorted by relevance

/third_party/googletest/googletest/test/
Dgoogletest-death-test_ex_test.cc60 class TestException : public std::exception { class
/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-death-test_ex_test.cc60 class TestException : public std::exception { class
/third_party/python/Lib/test/test_email/
Dtest_policy.py285 class TestException(Exception): class
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function
/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function
/third_party/python/Lib/test/
Dtest_exceptions.py1341 class TestException(MemoryError): class