Searched defs:TestException (Results 1 – 7 of 7) sorted by relevance
60 class TestException : public std::exception { class
84 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException() function in tcu::TestException90 TestException::TestException (const std::string& message, qpTestResult result) in TestException() function in tcu::TestException
67 class TestException : public Exception class
285 class TestException(Exception): class
78 explicit TestException(absl::string_view msg) : msg_(msg) {} in TestException() function
1607 class TestException(MemoryError): class