Uses of Interface
org.objenesis.tck.Reporter
-
Packages that use Reporter Package Description org.objenesis.tck -
-
Uses of Reporter in org.objenesis.tck
Classes in org.objenesis.tck that implement Reporter Modifier and Type Class Description classTextReporterReports 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 Reporter Modifier and Type Field Description private ReporterTCK. reporterMethods in org.objenesis.tck with parameters of type Reporter Modifier and Type Method Description static voidMain. run(Reporter reporter)Run the full test suite using standard Objenesis instancesprivate voidTCK. runCandidate(Reporter reporter, java.lang.Class<?> candidate, Objenesis objenesis, Candidate.CandidateType type)private voidTCK. runFeature(Reporter reporter, java.lang.Class<?> clazz, Objenesis objenesis, Candidate.CandidateType type)private voidTCK. runTest(Reporter reporter, java.lang.Class<?> candidate, Objenesis objenesis, Candidate.CandidateType type)Constructors in org.objenesis.tck with parameters of type Reporter Constructor Description TCK(Objenesis objenesisStandard, Objenesis objenesisSerializer, Reporter reporter)
-