Searched refs:ResultValue (Results 1 – 2 of 2) sorted by relevance
136 public ResultValue getResultValue(Expectation expectation) { in getResultValue()138 return expectation.matches(this) ? ResultValue.OK : ResultValue.FAIL; in getResultValue()140 return ResultValue.IGNORE; in getResultValue()
22 public enum ResultValue { enum