Package org.objenesis.tck
Class TextReporter.Result
- java.lang.Object
-
- org.objenesis.tck.TextReporter.Result
-
- Enclosing class:
- TextReporter
private static class TextReporter.Result extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Result(Candidate candidate, Candidate.CandidateType type, boolean result, java.lang.Exception exception)
-
-
-
Field Detail
-
candidate
private final Candidate candidate
-
type
private final Candidate.CandidateType type
-
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 testedtype
- Type of test performedresult
- If the test is successful or notexception
- Exception that might have occurred during the test
-
-