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 TypeClassDescriptionclassReports 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 voidRun the full test suite using standard Objenesis instancesprivate voidTCK.runCandidate(Reporter reporter, Class<?> candidate, Objenesis objenesis, Candidate.CandidateType type) private voidTCK.runFeature(Reporter reporter, Class<?> clazz, Objenesis objenesis, Candidate.CandidateType type) private voidTCK.runTest(Reporter reporter, Class<?> candidate, Objenesis objenesis, Candidate.CandidateType type) Constructors in org.objenesis.tck with parameters of type Reporter