Home | History | Annotate | Download | only in vogar

Lines Matching defs:expectation

28  * with, if applicable, and the expectation for this test, so that result value information is
38 private final Expectation expectation;
47 AnnotatedOutcome(Outcome outcome, Expectation expectation,
53 this.expectation = expectation;
70 return outcome.getResultValue(expectation);
76 previousResultValues.add(previousOutcome.getResultValue(expectation));
100 return tagOutcome == null ? null : tagOutcome.getResultValue(expectation);