Lines Matching refs:m_testCtx
62 if (!sampleCounts.verifyValidity(m_testCtx)) in test()
65 …m_testCtx.getLog() << TestLog::Message << "// sample counts is " << sampleCounts << TestLog::EndMe… in test()
84 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected sample count to be at least one; got… in test()
85 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
86 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid value"); in test()
92 m_testCtx.getLog() << TestLog::Message in test()
95 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
96 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid order"); in test()
107 if (maxSamples.verifyValidity(m_testCtx)) in test()
112 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected maximum value in SAMPLES (" << maxim… in test()
113 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
114 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid maximum sample count"); in test()
142 if (!sampleCounts.verifyValidity(m_testCtx)) in test()
152 …m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected output variable not to be written to… in test()
153 if (m_testCtx.getTestResult() == QP_TEST_RESULT_PASS) in test()
154 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got invalid write"); in test()