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,
String description,
String candidates)
Run a suite of tests (candidates) on the Objenesis instance, sending the results to the
reporter
|
void |
TCK.runTests(Reporter reporter)
Run all TCK tests.
|
Copyright © 2006–2016 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.