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 class
TextReporter
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 Reporter Modifier and Type Field Description private Reporter
TCK. reporter
Methods in org.objenesis.tck with parameters of type Reporter Modifier and Type Method Description static void
Main. run(Reporter reporter)
Run the full test suite using standard Objenesis instancesprivate void
TCK. runCandidate(Reporter reporter, java.lang.Class<?> candidate, Objenesis objenesis, Candidate.CandidateType type)
private void
TCK. runFeature(Reporter reporter, java.lang.Class<?> clazz, Objenesis objenesis, Candidate.CandidateType type)
private void
TCK. 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)
-