Package org.objenesis.tck.features
-
Interface Summary Interface Description Feature A feature is a behavior that we expect from an instantiator. -
Class Summary Class Description AbstractFeature Base class for features.ExtendsNotSerializableParentClass No-arg of the first none serializable parent class is called.ExtendsNotSerializableParentClass.ExtendsNotSerializable ExtendsSerializableClass A class extending a serializable class can be instantiated without calling any constructorExtendsSerializableClass.ExtendsSerializable NotSerializableClass Not serializable classes can't be instantiated.NotSerializableClass.NotSerializable ReadExternalNotCalled Externalizable
methods should not be called during instantiation.ReadExternalNotCalled.ReadExternalAndAll ReadObjectNotCalled Serializable
special methods should not be called during instantiation.ReadObjectNotCalled.ReadObjectAndAll SerializableClass A serializable class can be instantiated without calling any constructorSerializableClass.IsSerializable