Package org.easymock.internal
package org.easymock.internal
-
ClassDescriptionUtility class to convert method arguments to StringsCode taken from the Spring framework.Factory returning a
IClassInstantiator
for the current JVMFactory generating a mock for a class.Default class instantiator that is pretty limited.Contains properties used by EasyMock to change its default behavior.JUnit Statement for use by JUnit Rule or JUnit Runner to processMock
andTestSubject
annotations.Used to instantiate a given class.Described mock instance for injection.Container for mock injections and test subject injection targets.Applies anInjection
to a target field.Performs creation of mocks and injection into test subjects in accordance with annotations present in the host object.ClassLoader looking in multipleClassLoader
s in order to find the wanted class.MockBuilder<T>Default implementation of IMockBuilder.