Lines Matching defs:batchResult
356 BatchResultHandler (xe::BatchResult* batchResult)
357 : m_batchResult(batchResult)
384 xe::BatchResult* m_batchResult;
387 void readLogFile (xe::BatchResult* batchResult, const char* filename)
390 BatchResultHandler handler (batchResult);
409 void printBatchResultSummary (const xe::TestNode* root, const xe::TestSet& testSet, const xe::BatchResult& batchResult)
425 if (batchResult.hasTestCaseResult(fullPath.c_str()))
427 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str());
600 xe::BatchResult batchResult;
605 readLogFile(&batchResult, cmdLine.inFile.c_str());
610 xe::BatchExecutor executor(cmdLine.targetCfg, commLink.get(), &root, testSet, &batchResult, &infoLog);
624 xe::writeBatchResultToFile(batchResult, cmdLine.outFile.c_str());
635 printBatchResultSummary(&root, testSet, batchResult);
642 xe::writeBatchResultToFile(batchResult, cmdLine.outFile.c_str());
653 printBatchResultSummary(&root, testSet, batchResult);