Searched refs:testRunResults (Results 1 – 2 of 2) sorted by relevance
96 Collection<TestResult> testRunResults = in run() local99 if (testRunResults != null) { in run()100 for (TestResult testCaseResult: testRunResults) { in run()
364 public static TestRunResult merge(List<TestRunResult> testRunResults) { in merge() argument365 if (testRunResults.isEmpty()) { in merge()370 String testRunName = testRunResults.get(0).getName(); in merge()377 for (TestRunResult eachRunResult : testRunResults) { in merge()