Uses of Class
org.objenesis.tck.Candidate
-
Packages that use Candidate Package Description org.objenesis.tck -
-
Uses of Candidate in org.objenesis.tck
Fields in org.objenesis.tck declared as Candidate Modifier and Type Field Description private Candidate
TextReporter.Result. candidate
private Candidate
TextReporter. currentCandidate
Fields in org.objenesis.tck with type parameters of type Candidate Modifier and Type Field Description private java.util.List<Candidate>
TCK. candidates
private java.util.Map<Candidate,java.util.Map<Candidate.CandidateType,TextReporter.Result>>
TextReporter. results
Methods in org.objenesis.tck with parameters of type Candidate Modifier and Type Method 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)
Constructors in org.objenesis.tck with parameters of type Candidate Constructor Description Result(Candidate candidate, Candidate.CandidateType type, boolean result, java.lang.Exception exception)
-