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