Package org.objenesis.tck
Class TextReporter.Result
java.lang.Object
org.objenesis.tck.TextReporter.Result
- Enclosing class:
TextReporter
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResult
(Candidate candidate, Candidate.CandidateType type, boolean result, Exception exception) -
Method Summary
-
Field Details
-
candidate
-
type
-
result
private final boolean result -
exception
-
-
Constructor Details
-
Result
public Result(Candidate candidate, Candidate.CandidateType type, boolean result, 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
-