Searched defs:Outcome (Results 1 - 1 of 1) sorted by relevance

/external/vogar/src/vogar/
H A DOutcome.java31 public final class Outcome { class
38 public Outcome(String outcomeName, Result result, List<String> outputLines) { method in class:Outcome
45 public Outcome(String outcomeName, Result result, String outputLine, Date date) { method in class:Outcome
52 public Outcome(String outcomeName, Result result, String outputLine) { method in class:Outcome
59 public Outcome(String outcomeName, Result result, Throwable throwable) { method in class:Outcome
128 * Returns whether the result indicates that the contents of the Outcome are important.
159 if (o instanceof Outcome) {
160 Outcome outcome = (Outcome) o;
177 return "Outcome[nam
[all...]

Completed in 70 milliseconds