|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMocksControl | |
---|---|
org.easymock | |
org.easymock.internal |
Uses of IMocksControl in org.easymock |
---|
Fields in org.easymock with type parameters of type IMocksControl | |
---|---|
protected java.util.List<IMocksControl> |
EasyMockSupport.controls
List of all controls created |
Methods in org.easymock that return IMocksControl | |
---|---|
static IMocksControl |
EasyMock.createControl()
Creates a control, order checking is disabled by default. |
IMocksControl |
EasyMockSupport.createControl()
Creates a control, order checking is disabled by default. |
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.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.createStrictControl()
Creates a control, order checking is enabled by default. |
IMocksControl |
EasyMockSupport.createStrictControl()
Creates a control, order checking is enabled by default. |
Uses of IMocksControl in org.easymock.internal |
---|
Classes in org.easymock.internal that implement IMocksControl | |
---|---|
class |
MocksControl
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |