Uses of Interface
org.easymock.IMocksControl
Packages that use IMocksControl
-
Uses of IMocksControl in org.easymock
Fields in org.easymock with type parameters of type IMocksControlModifier and TypeFieldDescriptionprotected final List<IMocksControl>
EasyMockSupport.controls
List of all controls createdMethods in org.easymock that return IMocksControlModifier and TypeMethodDescriptionstatic IMocksControl
EasyMock.createControl()
Creates a control, order checking is disabled by default.static IMocksControl
EasyMock.createControl
(MockType type) Creates a control of the requested type.EasyMockSupport.createControl()
Creates a control, order checking is disabled by default.EasyMockSupport.createControl
(MockType type) Creates a control of the given type.static IMocksControl
EasyMock.createNiceControl()
Creates a control, order checking is disabled by default, and the mock objects created by this control will return0
,null
orfalse
for unexpected invocations.EasyMockSupport.createNiceControl()
Creates a control, order checking is disabled by default, and the mock objects created by this control will return0
,null
orfalse
for unexpected invocations.static IMocksControl
EasyMock.createStrictControl()
Creates a control, order checking is enabled by default.EasyMockSupport.createStrictControl()
Creates a control, order checking is enabled by default.Methods in org.easymock with parameters of type IMocksControlModifier and TypeMethodDescriptionIMockBuilder.createMock
(String name, IMocksControl control) Create named mock from the provided mock control using the arguments passed to the builder.IMockBuilder.createMock
(IMocksControl control) Create mock from the provided mock control using the arguments passed to the builder. -
Uses of IMocksControl in org.easymock.internal
Classes in org.easymock.internal that implement IMocksControlMethods in org.easymock.internal with parameters of type IMocksControlModifier and TypeMethodDescriptionMockBuilder.createMock
(String name, IMocksControl control) MockBuilder.createMock
(IMocksControl control)