Searched defs:Outcome (Results 1 – 2 of 2) 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 Outcome
24 public enum Outcome { enum in JctfTestSpecifications