Searched refs:testResultsAttempts (Results 1 – 1 of 1) sorted by relevance
493 Map<TestDescription, List<TestResult>> testResultsAttempts = new LinkedHashMap<>(); in merge() local548 if (!testResultsAttempts.containsKey(testResultEntry.getKey())) { in merge()549 testResultsAttempts.put(testResultEntry.getKey(), new ArrayList<>()); in merge()551 List<TestResult> results = testResultsAttempts.get(testResultEntry.getKey()); in merge()557 finalRunResult.mTestResults = evaluateTestCases(testResultsAttempts, strategy); in merge()