private static class TextReporter.Result
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Candidate |
candidate |
private java.lang.Exception |
exception |
private boolean |
result |
private Candidate.CandidateType |
type |
Constructor and Description |
---|
Result(Candidate candidate,
Candidate.CandidateType type,
boolean result,
java.lang.Exception exception) |
private final Candidate candidate
private final Candidate.CandidateType type
private final boolean result
private final java.lang.Exception exception
public Result(Candidate candidate, Candidate.CandidateType type, boolean result, java.lang.Exception exception)
candidate
- Candidate testedtype
- Type of test performedresult
- If the test is successful or notexception
- Exception that might have occurred during the test