Package org.easymock

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

AbstractMatcher A convenience implementation of ArgumentsMatcher.
EasyMock
MockControl<T> A MockControl object controls the behavior of its associated mock object.