private static class TextReporter.Result
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.String |
candidateDescription |
(package private) java.lang.Exception |
exception |
(package private) java.lang.String |
objenesisDescription |
(package private) boolean |
result |
| Constructor and Description |
|---|
Result(java.lang.String objenesisDescription,
java.lang.String candidateDescription,
boolean result,
java.lang.Exception exception) |
java.lang.String objenesisDescription
java.lang.String candidateDescription
boolean result
java.lang.Exception exception
public Result(java.lang.String objenesisDescription,
java.lang.String candidateDescription,
boolean result,
java.lang.Exception exception)
objenesisDescription - Description of the tested Objenesis instancecandidateDescription - Description of the tested candidateresult - If the test is successful or notexception - Exception that might have occured during the test