private static class TextReporter.Result
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) Candidate |
candidate |
(package private) java.lang.Exception |
exception |
(package private) boolean |
result |
(package private) Candidate.CandidateType |
type |
| Constructor and Description |
|---|
Result(Candidate candidate,
Candidate.CandidateType type,
boolean result,
java.lang.Exception exception) |
Candidate candidate
Candidate.CandidateType type
boolean result
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