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 | Method and Description |
---|---|
static boolean |
Main.run(Reporter reporter)
Run the full test suite using standard Objenesis instances
|
static void |
Main.runSerializerTest(Objenesis objenesis,
Reporter reporter)
Run the serializing suite on the provided Objenesis instance
|
static void |
Main.runStandardTest(Objenesis objenesis,
Reporter reporter)
Run the standard suite on the provided Objenesis instance
|
static void |
Main.runTest(Objenesis objenesis,
Reporter reporter,
java.lang.String description,
java.lang.String candidates)
Run a suite of tests (candidates) on the Objenesis instance, sending the results to the
reporter
|
private void |
TCK.runTest(Reporter reporter,
java.lang.Class<?> candidate,
Objenesis objenesis) |
void |
TCK.runTests(Reporter reporter)
Run all TCK tests.
|