Interface | Description |
---|---|
ArgumentsMatcher | Deprecated
Since EasyMock 2.0,
ArgumentsMatcher s are only supported
for the legacy MockControl . |
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 | Description |
---|---|
AbstractMatcher | Deprecated
Since EasyMock 2.0,
ArgumentsMatcher s are only supported
for the legacy MockControl . |
Capture<T> |
Will contain what was captured by the
capture() matcher. |
EasyMock | |
EasyMockSupport |
Helper class to be used to keep tracks of mocks easily.
|
MockControl<T> | Deprecated
Since EasyMock 2.0, static methods on
EasyMock are
used to create and control mock objects. |
Enum | Description |
---|---|
CaptureType |
Defines how arguments will be captured by a Capture object
|
LogicalOperator |
Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>