Class InjectedBeanInstantiator<T>

java.lang.Object
de.cuioss.test.valueobjects.objects.impl.InjectedBeanInstantiator<T>
Type Parameters:
T - identifying the type to be tested is usually but not necessarily at least Serializable.
All Implemented Interfaces:
ParameterizedInstantiator<T>

public class InjectedBeanInstantiator<T> extends Object implements ParameterizedInstantiator<T>
Variant of ParameterizedInstantiator that deals with test, where the actual beans to be tested are Injected by cdi, see TestObjectProvider as well
Author:
Oliver Wolff