Searched refs:finalResult (Results 1 – 3 of 3) sorted by relevance
183 TestRunResult finalResult = granularTestWrapper.getTestRunResultCollector().get(0); in testIntraModuleRun_catchDeviceUnresponsiveException() local184 assertTrue(finalResult.isRunFailure()); in testIntraModuleRun_catchDeviceUnresponsiveException()235 TestRunResult finalResult = granularTestWrapper.getFinalTestRunResult(); in testRun_retryOnFailedTestCaseOnly() local237 TestStatus.FAILURE, finalResult.getTestResults().get(fakeTestCase1).getStatus()); in testRun_retryOnFailedTestCaseOnly()239 TestStatus.PASSED, finalResult.getTestResults().get(fakeTestCase2).getStatus()); in testRun_retryOnFailedTestCaseOnly()
132 Map<String, String> finalResult = aggregateMetrics(output); in processTraceFiles() local141 mListener.testEnded(testId, TfMetricProtoUtil.upgradeConvert(finalResult)); in processTraceFiles()
410 TestRunResult finalResult = retriableTest.getFinalTestRunResult(); in run() local411 if (finalResult != null) { in run()412 mTestsResults.add(finalResult); in run()