Package | Description |
---|---|
org.easymock | |
org.easymock.internal |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IMocksControl> |
EasyMockSupport.controls
List of all controls created
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
MocksControl |
Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>