Searched refs:tagOutcome (Results 1 – 1 of 1) sorted by relevance
44 private final Outcome tagOutcome; field in AnnotatedOutcome48 SortedMap<Long, Outcome> previousOutcomes, String tagName, Outcome tagOutcome, in AnnotatedOutcome() argument57 this.tagOutcome = tagOutcome; in AnnotatedOutcome()92 return tagOutcome != null; in hasTag()100 return tagOutcome == null ? null : tagOutcome.getResultValue(expectation); in getTagResultValue()