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.controlsList of all controls createdMethods in org.easymock that return IMocksControlModifier and TypeMethodDescriptionstatic IMocksControlEasyMock.createControl()Creates a control, order checking is disabled by default.static IMocksControlEasyMock.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 IMocksControlEasyMock.createNiceControl()Creates a control, order checking is disabled by default, and the mock objects created by this control will return0,nullorfalsefor unexpected invocations.EasyMockSupport.createNiceControl()Creates a control, order checking is disabled by default, and the mock objects created by this control will return0,nullorfalsefor unexpected invocations.static IMocksControlEasyMock.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 TypeMethodDescription<R> RIMockBuilder.createMock(String name, IMocksControl control) Create named mock from the provided mock control using the arguments passed to the builder.<R> RIMockBuilder.createMock(IMocksControl control) Create mock from the provided mock control using the arguments passed to the builder.default <R> RIMockBuilder.mock(String name, IMocksControl control) Create named mock from the provided mock control using the arguments passed to the builder.default <R> RIMockBuilder.mock(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 TypeMethodDescription<R> RMockBuilder.createMock(String name, IMocksControl control) <R> RMockBuilder.createMock(IMocksControl control)