| Interface | Description | 
|---|---|
| IClassInstantiator | Used to instantiate a given class. | 
| IMocksBehavior | |
| IMocksControlState | |
| IProxyFactory | 
| Class | Description | 
|---|---|
| AndroidClassProxyFactory | Mocks concrete classes for Android's runtime by generating dex files. | 
| AndroidSupport | Android-specific support. | 
| ArgumentToString | Utility class to convert method arguments to Strings | 
| BridgeMethodResolver | Code taken from the Spring
 framework. | 
| ClassInstantiatorFactory | Factory returning a  IClassInstantiatorfor the current JVM | 
| ClassProxyFactory | Factory generating a mock for a class. | 
| ClassProxyFactory.MockMethodInterceptor | |
| DefaultClassInstantiator | Default class instantiator that is pretty limited. | 
| EasyMockProperties | Contains properties used by EasyMock to change its default behavior. | 
| EasyMockStatement | JUnit Statement for use by JUnit Rule or JUnit Runner to process  MockandTestSubjectannotations. | 
| ErrorMessage | |
| ExpectedInvocation | |
| ExpectedInvocationAndResult | |
| ExpectedInvocationAndResults | |
| Injection | Described mock instance for injection. | 
| InjectionPlan | Container for mock injections and test subject injection targets. | 
| InjectionTarget | Applies an  Injectionto a target field. | 
| Injector | Performs creation of mocks and injection into test subjects in accordance with annotations present in the host object. | 
| Invocation | |
| JavaProxyFactory | |
| LastControl | |
| MethodSerializationWrapper | |
| MockBuilder<T> | Default implementation of IMockBuilder. | 
| MockInvocationHandler | |
| MocksBehavior | |
| MocksControl | |
| ObjectMethodsFilter | |
| ObjenesisClassInstantiator | |
| Range | |
| RecordState | |
| ReflectionUtils | |
| ReplayState | |
| Result | |
| Results | |
| ThrowableWrapper | |
| UnorderedBehavior | 
| Enum | Description | 
|---|---|
| MocksControl.MockType | Deprecated Use org.easymock.MockType | 
| Exception | Description | 
|---|---|
| AssertionErrorWrapper | |
| RuntimeExceptionWrapper | 
Copyright © 2001–2014 EasyMock contributors. All rights reserved.