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