Searched refs:getTestCaseResult (Results 1 – 6 of 6) sorted by relevance
89 ConstTestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) const in getTestCaseResult() function in xe::BatchResult93 return getTestCaseResult(pos->second); in getTestCaseResult()96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) in getTestCaseResult() function in xe::BatchResult100 return getTestCaseResult(pos->second); in getTestCaseResult()
112 …ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_tes… in getTestCaseResult() function in xe::BatchResult113 TestCaseResultPtr getTestCaseResult (int ndx) { return m_testCaseResults[ndx]; } in getTestCaseResult() function in xe::BatchResult116 ConstTestCaseResultPtr getTestCaseResult (const char* casePath) const;117 TestCaseResultPtr getTestCaseResult (const char* casePath);
51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str()); in isExecutedInBatch()142 return m_batchResult->getTestCaseResult(casePath); in startTestCaseResult()
119 ConstTestCaseResultPtr caseData = result.getTestCaseResult(ndx); in writeTestLog()
100 xe::TestCaseResultPtr existingResult = m_batchResult->getTestCaseResult(casePath); in startTestCaseResult()
370 return m_batchResult->getTestCaseResult(casePath); in startTestCaseResult()427 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str()); in printBatchResultSummary()