Searched refs:QP_TEST_RESULT_LAST (Results 1 – 9 of 9) sorted by relevance
35 case QP_TEST_RESULT_LAST: return -1; in testResultSeverity()54 , m_result (QP_TEST_RESULT_LAST) in ResultCollector()62 , m_result (QP_TEST_RESULT_LAST) in ResultCollector()69 if (m_result == QP_TEST_RESULT_LAST) in getResult()
200 m_testCtx.setTestResult(QP_TEST_RESULT_LAST, ""); in enterTestCase()221 DE_ASSERT(e.getTestResult() != QP_TEST_RESULT_LAST); in enterTestCase()233 DE_ASSERT(initOk || m_testCtx.getTestResult() != QP_TEST_RESULT_LAST); in enterTestCase()263 DE_ASSERT(testResult != QP_TEST_RESULT_LAST); in leaveTestCase()
184 bool isComplete (void) const { return m_code != QP_TEST_RESULT_LAST; } in isComplete()190 static TestStatus incomplete (void) { return TestStatus(QP_TEST_RESULT_LAST, ""); } in incomplete()
43 , m_testResult (QP_TEST_RESULT_LAST) in TestContext()
176 testCtx.getTestResult() == QP_TEST_RESULT_LAST) in verifyValidity()185 testCtx.getTestResult() == QP_TEST_RESULT_LAST) in verifyValidity()194 testCtx.getTestResult() == QP_TEST_RESULT_LAST) in verifyValidity()
97 if (m_testCtx.getTestResult() == QP_TEST_RESULT_LAST) in initTestCase()
65 QP_TEST_RESULT_LAST enumerator
177 { QP_TEST_RESULT_LAST, DE_NULL }180 DE_STATIC_ASSERT(DE_LENGTH_OF_ARRAY(s_qpTestResultMap) == QP_TEST_RESULT_LAST + 1);
371 DE_ASSERT(m_context.getTestContext().getTestResult() == QP_TEST_RESULT_LAST); in iterate()