Package | Description |
---|---|
org.objenesis.tck |
Modifier and Type | Field and Description |
---|---|
(package private) Candidate |
TextReporter.Result.candidate |
private Candidate |
TextReporter.currentCandidate |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Candidate> |
TCK.candidates |
private java.util.Map<Candidate,java.util.Map<Candidate.CandidateType,TextReporter.Result>> |
TextReporter.results |
Modifier and Type | Method and Description |
---|---|
int |
Candidate.compareTo(Candidate o) |
void |
Reporter.startTest(Candidate candidate)
Report that a test between a candidate and an objenesis instance is about to start.
|
void |
TextReporter.startTest(Candidate candidate) |
Constructor and Description |
---|
Result(Candidate candidate,
Candidate.CandidateType type,
boolean result,
java.lang.Exception exception) |