Uses of Interface
org.easymock.IMocksControl
-
Packages that use IMocksControl Package Description org.easymock org.easymock.internal -
-
Uses of IMocksControl in org.easymock
Fields in org.easymock with type parameters of type IMocksControl Modifier and Type Field Description protected java.util.List<IMocksControl>EasyMockSupport. controlsList of all controls createdMethods in org.easymock that return IMocksControl Modifier and Type Method Description static IMocksControlEasyMock. createControl()Creates a control, order checking is disabled by default.static IMocksControlEasyMock. createControl(MockType type)Creates a control of the requested type.IMocksControlEasyMockSupport. createControl()Creates a control, order checking is disabled by default.IMocksControlEasyMockSupport. 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.IMocksControlEasyMockSupport. 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.IMocksControlEasyMockSupport. createStrictControl()Creates a control, order checking is enabled by default.Methods in org.easymock with parameters of type IMocksControl Modifier and Type Method Description <R> RIMockBuilder. createMock(java.lang.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(java.lang.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 IMocksControl Modifier and Type Class Description classMocksControlMethods in org.easymock.internal with parameters of type IMocksControl Modifier and Type Method Description <R> RMockBuilder. createMock(java.lang.String name, IMocksControl control)<R> RMockBuilder. createMock(IMocksControl control)
-