Class AbstractInlineInstantiator<T>

java.lang.Object
de.cuioss.test.valueobjects.objects.impl.AbstractInlineInstantiator<T>
Type Parameters:
T - identifying the type of object to be instantiated
All Implemented Interfaces:
ParameterizedInstantiator<T>

public abstract class AbstractInlineInstantiator<T> extends Object implements ParameterizedInstantiator<T>
ParameterizedInstantiator for cases you actually are not able to use the testing Infrastructure but want to benefit of the testing of the ObjectTestContracts
Author:
Oliver Wolff