Searched refs:annotatedOutcomes (Results 1 – 2 of 2) sorted by relevance
125 Map<String, AnnotatedOutcome> annotatedOutcomes = run.outcomeStore.read(this.outcomes); in buildAndRun() local130 run.console.summarizeOutcomes(annotatedOutcomes.values()); in buildAndRun()
188 public synchronized void summarizeOutcomes(Collection<AnnotatedOutcome> annotatedOutcomes) { in summarizeOutcomes() argument190 AnnotatedOutcome.ORDER_BY_NAME.sortedCopy(annotatedOutcomes); in summarizeOutcomes()