Package | Description |
---|---|
org.objenesis | |
org.objenesis.tck |
Modifier and Type | Class and Description |
---|---|
class |
ObjenesisBase
Base class to extend if you want to have a class providing your own default strategy.
|
class |
ObjenesisSerializer
Objenesis implementation using the
SerializingInstantiatorStrategy . |
class |
ObjenesisStd
Objenesis implementation using the
StdInstantiatorStrategy . |
Modifier and Type | Method and Description |
---|---|
void |
TCK.registerObjenesisInstance(Objenesis objenesis,
String description)
Register an Objenesis instance to use when attempting to instantiate a class.
|
static boolean |
Main.runParentConstructorTest(Objenesis objenesis)
A special test making sure the first none serializable class no-args constructor is called
|
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
|
Copyright © 2006–2017 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.