Uses of Interface
org.easymock.internal.IClassInstantiator
-
Uses of IClassInstantiator in org.easymock.internal
Modifier and TypeClassDescriptionclass
Default class instantiator that is pretty limited.class
Class instantiator using Objenesis to perform the instantiation without calling any constructor.Modifier and TypeMethodDescriptionstatic IClassInstantiator
ClassInstantiatorFactory.getInstantiator()
Returns a class instantiator suitable for the current JVMModifier and TypeMethodDescriptionstatic void
ClassInstantiatorFactory.setInstantiator
(IClassInstantiator i) Allow to override the default instantiator.