Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/
DOutcome.java31 public final class Outcome { class
38 public Outcome(String outcomeName, Result result, List<String> outputLines) { in Outcome() method in Outcome
45 public Outcome(String outcomeName, Result result, String outputLine, Date date) { in Outcome() method in Outcome
52 public Outcome(String outcomeName, Result result, String outputLine) { in Outcome() method in Outcome
59 public Outcome(String outcomeName, Result result, Throwable throwable) { in Outcome() method in Outcome