Uses of Package
org.easymock
Packages that use org.easymock
-
Classes in org.easymock used by org.easymockClassDescriptionWill contain what was captured by the
capture()
matcher.Defines how arguments will be captured by aCapture
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 withEasyMock
.Controls all the mock objects created by it.Enum describing the 3 possibles kind of mocks -
Classes in org.easymock used by org.easymock.internalClassDescriptionClass 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.Annotation to set on a field so thatEasyMockRunner
,EasyMockRule
orEasyMockSupport.injectMocks(Object)
will inject a mock to it.Enum describing the 3 possibles kind of mocks -
Classes in org.easymock used by org.easymock.internal.matchersClassDescriptionWill contain what was captured by the
capture()
matcher.Decides whether an actual argument is accepted.