Lines Matching refs:result
34 private final Result result; field in Outcome
38 public Outcome(String outcomeName, Result result, List<String> outputLines) { in Outcome() argument
40 this.result = result; in Outcome()
45 public Outcome(String outcomeName, Result result, String outputLine, Date date) { in Outcome() argument
47 this.result = result; in Outcome()
52 public Outcome(String outcomeName, Result result, String outputLine) { in Outcome() argument
54 this.result = result; in Outcome()
59 public Outcome(String outcomeName, Result result, Throwable throwable) { in Outcome() argument
61 this.result = result; in Outcome()
87 return result; in getResult()
133 return result != Result.UNSUPPORTED; in matters()
155 && result == outcome.result in equals()
164 hashCode = 37 * hashCode + result.hashCode(); in hashCode()