|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMocksControl | |
---|---|
org.easymock | |
org.easymock.classextension |
Uses of IMocksControl in org.easymock |
---|
Fields in org.easymock with type parameters of type IMocksControl | |
---|---|
protected List<IMocksControl> |
EasyMockSupport.controls
List of all controls created |
Methods in org.easymock that return IMocksControl | |
---|---|
IMocksControl |
EasyMockSupport.createControl()
Creates a control, order checking is disabled by default. |
static IMocksControl |
EasyMock.createControl()
Creates a control, order checking is disabled by default. |
IMocksControl |
EasyMockSupport.createNiceControl()
Creates a control, order checking is disabled by default, and the mock objects created by this control will return 0 ,
null or false for unexpected invocations. |
static IMocksControl |
EasyMock.createNiceControl()
Creates a control, order checking is disabled by default, and the mock objects created by this control will return 0 ,
null or false for unexpected invocations. |
IMocksControl |
EasyMockSupport.createStrictControl()
Creates a control, order checking is enabled by default. |
static IMocksControl |
EasyMock.createStrictControl()
Creates a control, order checking is enabled by default. |
Methods in org.easymock with parameters of type IMocksControl | |
---|---|
T |
IMockBuilder.createMock(IMocksControl control)
Create mock from the provided mock control using the arguments passed to the builder. |
T |
IMockBuilder.createMock(String name,
IMocksControl control)
Create named mock from the provided mock control using the arguments passed to the builder. |
Uses of IMocksControl in org.easymock.classextension |
---|
Subinterfaces of IMocksControl in org.easymock.classextension | |
---|---|
interface |
IMocksControl
Deprecated. You can now mock classes directly with IMocksControl |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |