Home
last modified time | relevance | path

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

/external/vogar/src/vogar/
DAnnotatedOutcome.java61 public ResultValue getResultValue() { in getResultValue() method in AnnotatedOutcome
62 return outcome.getResultValue(expectation); in getResultValue()
68 previousResultValues.add(previousOutcome.getResultValue(expectation)); in getPreviousResultValues()
87 return getResultValue() != ResultValue.OK || recentlyChanged(); in isNoteworthy()
98 return previousResultValues.get(previousResultValues.size() - 1) != getResultValue(); in recentlyChanged()
DOutcome.java136 public ResultValue getResultValue(Expectation expectation) { in getResultValue() method in Outcome
DDriver.java222 ResultValue resultValue = outcome.getResultValue(expectation); in recordOutcome()
DConsole.java205 ResultValue resultValue = annotatedOutcome.getResultValue(); in summarizeOutcomes()