Class TextReporter.Result

  • Enclosing class:
    TextReporter

    private static class TextReporter.Result
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • candidate

        private final Candidate candidate
      • result

        private final boolean result
      • exception

        private final java.lang.Exception exception
    • Constructor Detail

      • Result

        public Result​(Candidate candidate,
                      Candidate.CandidateType type,
                      boolean result,
                      java.lang.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