Class TextReporter.Result

java.lang.Object
org.objenesis.tck.TextReporter.Result
Enclosing class:
TextReporter

private static class TextReporter.Result extends Object
  • Field Details

  • Constructor Details

    • Result

      public Result(Candidate candidate, Candidate.CandidateType type, boolean result, Exception exception)
      Parameters:
      candidate - Candidate tested
      type - Type of test performed
      result - If the test is successful or not
      exception - Exception that might have occurred during the test