Lines Matching refs:m_testCtx
36 TestCaseWrapper::TestCaseWrapper(Context& context) : m_testCtx(context.getTestContext()), m_context… in TestCaseWrapper()
46 TestLog& log = m_testCtx.getLog(); in initTestCase()
69 …m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory in test case ini… in initTestCase()
74 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error in test case init"); in initTestCase()
80 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in initTestCase()
86 m_testCtx.setTestResult(QP_TEST_RESULT_INTERNAL_ERROR, "Internal error in test case init"); in initTestCase()
97 if (m_testCtx.getTestResult() == QP_TEST_RESULT_LAST) in initTestCase()
98 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error in test case init"); in initTestCase()
107 TestLog& log = m_testCtx.getLog(); in deinitTestCase()
138 TestLog& log = m_testCtx.getLog(); in iterateTestCase()
147 …m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Failed to allocate memory during test exec… in iterateTestCase()
152 m_testCtx.setTestResult(QP_TEST_RESULT_RESOURCE_ERROR, "Resource error during test execution"); in iterateTestCase()
157 m_testCtx.setTestResult(QP_TEST_RESULT_NOT_SUPPORTED, "Not supported"); in iterateTestCase()
162 m_testCtx.setTestResult(QP_TEST_RESULT_INTERNAL_ERROR, "Internal error in test execution"); in iterateTestCase()
167 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error in test execution"); in iterateTestCase()
184 m_testCtx.getLog() << e; in iterateTestCase()
185 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Error in context post-iteration routine"); in iterateTestCase()