Uses of Class
org.objenesis.tck.Candidate
Packages that use Candidate
-
Uses of Candidate in org.objenesis.tck
Fields in org.objenesis.tck declared as CandidateModifier and TypeFieldDescriptionprivate final Candidate
TextReporter.Result.candidate
private Candidate
TextReporter.currentCandidate
Fields in org.objenesis.tck with type parameters of type CandidateModifier and TypeFieldDescriptionTCK.candidates
private final Map<Candidate,
Map<Candidate.CandidateType, TextReporter.Result>> TextReporter.results
Methods in org.objenesis.tck with parameters of type CandidateModifier and TypeMethodDescriptionint
void
Report that a test between a candidate and an objenesis instance is about to start.void
Constructors in org.objenesis.tck with parameters of type CandidateModifierConstructorDescriptionResult
(Candidate candidate, Candidate.CandidateType type, boolean result, Exception exception)