Interface Summary | |
---|---|
ArgumentsMatcher | A comparison function that is used to match arguments. |
IAnswer<T> | Used to answer expected calls. |
IArgumentMatcher | Decides whether an actual argument is accepted. |
IExpectationSetters<T> | Allows setting expectations for an associated expected invocation. |
IMocksControl | Controls all the mock objects created by it. |
Class Summary | |
---|---|
Capture<T> |
Will contain what was captured by the capture() matcher. |
CaptureType | Defines how arguments will be captured by a Capture object |
EasyMock | |
EasyMockSupport | Helper class to be used to keep tracks of mocks easily. |
LogicalOperator | See |