Searched refs:AnnotatedOutcome (Results 1 – 1 of 1) sorted by relevance
31 public final class AnnotatedOutcome { class32 public static Ordering<AnnotatedOutcome> ORDER_BY_NAME = new Ordering<AnnotatedOutcome>() {33 @Override public int compare(AnnotatedOutcome a, AnnotatedOutcome b) {47 AnnotatedOutcome(Outcome outcome, Expectation expectation, in AnnotatedOutcome() method in AnnotatedOutcome