Searched refs:Outcome (Results 1 – 3 of 3) sorted by relevance
31 public final class Outcome { class38 public Outcome(String outcomeName, Result result, List<String> outputLines) { in Outcome() method in Outcome45 public Outcome(String outcomeName, Result result, String outputLine, Date date) { in Outcome() method in Outcome52 public Outcome(String outcomeName, Result result, String outputLine) { in Outcome() method in Outcome59 public Outcome(String outcomeName, Result result, Throwable throwable) { in Outcome() method in Outcome152 if (o instanceof Outcome) { in equals()153 Outcome outcome = (Outcome) o; in equals()
97 public boolean matches(Outcome outcome) { in matches()101 private boolean patternMatches(Outcome outcome) { in patternMatches()
86 public Expectation get(Outcome outcome) { in get()