Lines Matching refs:batchResult
44 static inline bool isExecutedInBatch (const BatchResult* batchResult, const TestCase* testCase)
49 if (batchResult->hasTestCaseResult(fullPath.c_str()))
51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str());
60 static void computeExecuteSet (TestSet& executeSet, const TestNode* root, const TestSet& testSet, const BatchResult* batchResult)
73 if (!isExecutedInBatch(batchResult, testCase))
98 static int removeExecuted (TestSet& set, const TestNode* root, const BatchResult* batchResult)
113 if (isExecutedInBatch(batchResult, testCase))
124 BatchExecutorLogHandler::BatchExecutorLogHandler (BatchResult* batchResult)
125 : m_batchResult(batchResult)
157 BatchExecutor::BatchExecutor (const TargetConfiguration& config, CommLink* commLink, const TestNode* root, const TestSet& testSet, BatchResult* batchResult, InfoLog* infoLog)
162 , m_logHandler (batchResult)
163 , m_batchResult (batchResult)