Package | Description |
---|---|
org.objenesis.tck |
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
private Reporter |
TCK.reporter |
Modifier and Type | Method and Description |
---|---|
static void |
Main.run(Reporter reporter)
Run the full test suite using standard Objenesis instances
|
private 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) |
Constructor and Description |
---|
TCK(Objenesis objenesisStandard,
Objenesis objenesisSerializer,
Reporter reporter) |