|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IMocksControl in org.easymock |
---|
Methods in org.easymock that return IMocksControl | |
---|---|
static IMocksControl |
EasyMock.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. |
static IMocksControl |
EasyMock.createStrictControl()
Creates a control, order checking is enabled by default. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |