Lines Matching refs:TestException
76 TestException::TestException (const char* message, const char* expr, const char* file, int line, qp… in TestException() function in tcu::TestException
82 TestException::TestException (const std::string& message, qpTestResult result) in TestException() function in tcu::TestException
89 : TestException(message, expr, file, line, QP_TEST_RESULT_FAIL) in TestError()
93 : TestException(message.c_str(), expr, file, line, QP_TEST_RESULT_FAIL) in TestError()
98 : TestException(message, QP_TEST_RESULT_FAIL) in TestError()
103 : TestException(message, expr, file, line, QP_TEST_RESULT_INTERNAL_ERROR) in InternalError()
108 : TestException(message, QP_TEST_RESULT_INTERNAL_ERROR) in InternalError()
113 : TestException(message, expr, file, line, QP_TEST_RESULT_RESOURCE_ERROR) in ResourceError()
118 : TestException(message, QP_TEST_RESULT_RESOURCE_ERROR) in ResourceError()
123 : TestException(message, expr, file, line, QP_TEST_RESULT_NOT_SUPPORTED) in NotSupportedError()
128 : TestException(message.c_str(), expr, file, line, QP_TEST_RESULT_NOT_SUPPORTED) in NotSupportedError()
133 : TestException(message, QP_TEST_RESULT_NOT_SUPPORTED) in NotSupportedError()