Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/
DAnnotatedOutcome.java44 private final Outcome tagOutcome; field in AnnotatedOutcome
48 SortedMap<Long, Outcome> previousOutcomes, String tagName, Outcome tagOutcome, in AnnotatedOutcome() argument
57 this.tagOutcome = tagOutcome; in AnnotatedOutcome()
92 return tagOutcome != null; in hasTag()
100 return tagOutcome == null ? null : tagOutcome.getResultValue(expectation); in getTagResultValue()