Uses of Package
org.easymock
-
Packages that use org.easymock Package Description org.easymock org.easymock.internal org.easymock.internal.matchers -
Classes in org.easymock used by org.easymock Class Description Capture Will contain what was captured by thecapture()
matcher.CaptureType Defines how arguments will be captured by a Capture objectConstructorArgs Class wrapping arguments to create a partial class mock that gets instantiated by calling one of its constructorsIAnswer Used to answer expected calls.IArgumentMatcher Decides whether an actual argument is accepted.IExpectationSetters Allows setting expectations for an associated expected invocation.IMockBuilder Helps the creation of partial mocks withEasyMock
.IMocksControl Controls all the mock objects created by it.LogicalOperator MockType Enum describing the 3 possibles kind of mocks -
Classes in org.easymock used by org.easymock.internal Class Description ConstructorArgs Class wrapping arguments to create a partial class mock that gets instantiated by calling one of its constructorsEasyMockSupport Helper class to keep track of mocks easily.IAnswer Used to answer expected calls.IArgumentMatcher Decides whether an actual argument is accepted.IExpectationSetters Allows setting expectations for an associated expected invocation.IMockBuilder Helps the creation of partial mocks withEasyMock
.IMocksControl Controls all the mock objects created by it.Mock Annotation to set on a field so thatEasyMockRunner
,EasyMockRule
orEasyMockSupport.injectMocks(Object)
will inject a mock to it.MockType Enum describing the 3 possibles kind of mocks -
Classes in org.easymock used by org.easymock.internal.matchers Class Description Capture Will contain what was captured by thecapture()
matcher.IArgumentMatcher Decides whether an actual argument is accepted.LogicalOperator