-
Will contain what was captured by the capture()
matcher.
Defines how arguments will be captured by a
Capture
object.
Class wrapping arguments to create a partial class mock that gets
instantiated by calling one of its constructors.
Used to answer expected calls.
Decides whether an actual argument is accepted.
Allows setting expectations for an associated expected invocation.
Helps the creation of partial mocks with
EasyMock
.
Controls all the mock objects created by it.
Enum describing the 3 possibles kind of mocks
-
Class wrapping arguments to create a partial class mock that gets
instantiated by calling one of its constructors.
Helper class to keep track of mocks easily.
Used to answer expected calls.
Decides whether an actual argument is accepted.
Allows setting expectations for an associated expected invocation.
Helps the creation of partial mocks with
EasyMock
.
Controls all the mock objects created by it.
Enum describing the 3 possibles kind of mocks
-
Will contain what was captured by the capture()
matcher.
Decides whether an actual argument is accepted.