Uses of Interface
org.objenesis.tck.Reporter
Packages that use Reporter
-
Uses of Reporter in org.objenesis.tck
Classes in org.objenesis.tck that implement ReporterModifier and TypeClassDescriptionclass
Reports results from TCK as tabulated text, suitable for dumping to the console or a file and being read by a human.Fields in org.objenesis.tck declared as ReporterMethods in org.objenesis.tck with parameters of type ReporterModifier and TypeMethodDescriptionstatic void
Run the full test suite using standard Objenesis instancesprivate void
TCK.runCandidate
(Reporter reporter, Class<?> candidate, Objenesis objenesis, Candidate.CandidateType type) private void
TCK.runFeature
(Reporter reporter, Class<?> clazz, Objenesis objenesis, Candidate.CandidateType type) private void
TCK.runTest
(Reporter reporter, Class<?> candidate, Objenesis objenesis, Candidate.CandidateType type) Constructors in org.objenesis.tck with parameters of type Reporter