Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/expect/
DOutcome.java136 public ResultValue getResultValue(Expectation expectation) { in getResultValue()
138 return expectation.matches(this) ? ResultValue.OK : ResultValue.FAIL; in getResultValue()
140 return ResultValue.IGNORE; in getResultValue()
DResultValue.java22 public enum ResultValue { enum