Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/
DAnnotatedOutcome.java69 public ResultValue getResultValue() { in getResultValue() method in AnnotatedOutcome
70 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()
DOutcome.java136 public ResultValue getResultValue(Expectation expectation) { in getResultValue() method in Outcome