Searched refs:getResultValue (Results 1 – 2 of 2) sorted by relevance
69 public ResultValue getResultValue() { in getResultValue() method in AnnotatedOutcome70 return outcome.getResultValue(expectation); in getResultValue()76 previousResultValues.add(previousOutcome.getResultValue(expectation)); in getPreviousResultValues()100 return tagOutcome == null ? null : tagOutcome.getResultValue(expectation); in getTagResultValue()107 return getResultValue() != ResultValue.OK || recentlyChanged() || changedSinceTag(); in isNoteworthy()128 return previousResultValues.get(previousResultValues.size() - 1) != getResultValue(); in recentlyChanged()133 return tagResultValue != null && tagResultValue != getResultValue(); in changedSinceTag()
136 public ResultValue getResultValue(Expectation expectation) { in getResultValue() method in Outcome