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 CandidateTextReporter.Result. candidateprivate CandidateTextReporter. currentCandidateFields in org.objenesis.tck with type parameters of type Candidate Modifier and Type Field Description private java.util.List<Candidate>TCK. candidatesprivate java.util.Map<Candidate,java.util.Map<Candidate.CandidateType,TextReporter.Result>>TextReporter. resultsMethods in org.objenesis.tck with parameters of type Candidate Modifier and Type Method Description intCandidate. compareTo(Candidate o)voidReporter. startTest(Candidate candidate)Report that a test between a candidate and an objenesis instance is about to start.voidTextReporter. 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)
-