Home
last modified time | relevance | path

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

/third_party/googletest/googletest/test/
Dgoogletest-death-test_ex_test.cc60 class TestException : public std::exception { class
/third_party/vk-gl-cts/framework/common/
DtcuDefs.cpp84 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException() function in tcu::TestException
90 TestException::TestException (const std::string& message, qpTestResult result) in TestException() function in tcu::TestException
DtcuDefs.hpp67 class TestException : public Exception class
/third_party/python/Lib/test/test_email/
Dtest_policy.py285 class TestException(Exception): class
/third_party/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function
/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/python/Lib/test/
Dtest_exceptions.py1607 class TestException(MemoryError): class