Searched refs:QP_TEST_RESULT_INTERNAL_ERROR (Results 1 – 5 of 5) sorted by relevance
99 : TestException(message, expr, file, line, QP_TEST_RESULT_INTERNAL_ERROR) in InternalError()104 : TestException(message, QP_TEST_RESULT_INTERNAL_ERROR) in InternalError()
44 case QP_TEST_RESULT_INTERNAL_ERROR: return 120; in testResultSeverity()
61 QP_TEST_RESULT_INTERNAL_ERROR, /*!< Error occurred within Tester Core */ enumerator
171 { QP_TEST_RESULT_INTERNAL_ERROR, "InternalError" },
277 m_testCtx.setTestResult(QP_TEST_RESULT_INTERNAL_ERROR, "Error"); in iterate()