Package | Description |
---|---|
org.objenesis.tck.features |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeature
Base class for features.
|
class |
ExtendsNotSerializableParentClass
No-arg of the first none serializable parent class is called.
|
class |
ExtendsSerializableClass
A class extending a serializable class can be instantiated without calling any constructor
|
class |
NotSerializableClass
Not serializable classes can't be instantiated.
|
class |
ReadExternalNotCalled
Externalizable methods should not be called during instantiation. |
class |
ReadObjectNotCalled
Serializable special methods should not be called during instantiation. |
class |
SerializableClass
A serializable class can be instantiated without calling any constructor
|