| ClassMockingData |
Class containing the data required for a class mock to work.
|
| EasyMockProperties |
Contains properties used by EasyMock to change its default behavior.
|
| ErrorMessage |
The full content of an error message reporting to the user.
|
| ExpectedInvocation |
One expected invocation.
|
| ExpectedInvocationAndResult |
One expected invocation and its result.
|
| ExpectedInvocationAndResults |
The pair of an expected invocation and its results.
|
| IClassInstantiator |
Used to instantiate a given class.
|
| IgnoreAnimalSniffer |
|
| IMocksBehavior |
The behavior of a mock.
|
| IMocksControlState |
Current state of a mocks control.
|
| Injection |
Described mock instance for injection.
|
| InjectionPlan |
Container for mock injections and test subject injection targets.
|
| InjectionTarget |
|
| Invocation |
Represents a method invocation on a mock object.
|
| IProxyFactory |
Reponsible of creating proxies for objects.
|
| MockInvocationHandler |
The handler of all invocations on a mock interface.
|
| MocksControl |
Controls all the mocks created by EasyMock.
|
| PrimitiveUtils.PrimitiveEntry |
|
| Range |
The range of a number of invocations.
|
| Result |
The result of an invocation on a mock.
|
| Results |
The results of a specific call on a mock.
|
| UnorderedBehavior |
A bit badly named since this class is used for both ordered and unordered expectations.
|