Home
last modified time | relevance | path

Searched refs:previousOutcomes (Results 1 – 1 of 1) sorted by relevance

/cts/libs/vogar-expect/src/vogar/
DAnnotatedOutcome.java41 private final SortedMap<Long, Outcome> previousOutcomes; field in AnnotatedOutcome
48 SortedMap<Long, Outcome> previousOutcomes, String tagName, Outcome tagOutcome, in AnnotatedOutcome() argument
50 if (previousOutcomes == null) { in AnnotatedOutcome()
55 this.previousOutcomes = previousOutcomes; in AnnotatedOutcome()
75 for (Outcome previousOutcome : previousOutcomes.values()) { in getPreviousResultValues()
117 return new ArrayList<Outcome>(previousOutcomes.values()); in getOutcomeList()
144 List<Long> runTimes = Lists.newArrayList(previousOutcomes.keySet()); in lastRun()