Uses of Interface
org.easymock.internal.IClassInstantiator
-
Packages that use IClassInstantiator Package Description org.easymock.internal -
-
Uses of IClassInstantiator in org.easymock.internal
Classes in org.easymock.internal that implement IClassInstantiator Modifier and Type Class Description class
DefaultClassInstantiator
Default class instantiator that is pretty limited.class
ObjenesisClassInstantiator
Methods in org.easymock.internal that return IClassInstantiator Modifier and Type Method Description static IClassInstantiator
ClassInstantiatorFactory. getInstantiator()
Returns a class instantiator suitable for the current JVMMethods in org.easymock.internal with parameters of type IClassInstantiator Modifier and Type Method Description static void
ClassInstantiatorFactory. setInstantiator(IClassInstantiator i)
Allow to override the default instantiator.
-