| Class | Description |
|---|---|
| LenientMocksControl |
An EasyMock mock control that uses the reflection argument matcher for all arguments of a method invocation.
|
| ReflectionArgumentMatcher<T> |
An easy mock argument matcher to check whether 2 objects are equal by comparing all fields of the objects using
reflection.
|
| Enum | Description |
|---|---|
| Calls |
Possible values for allowing unexpected (non-recorded) method calls on mock objects.
|
| Dates |
Possible values for checking arguments with date values.
|
| Defaults |
Possible values for checking arguments with default values.
|
| InvocationOrder |
Possible values for checking the order of method invocation on the mock.
|
| Order |
Copyright © 2017. All rights reserved.