|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.easymock.EasyMock
org.easymock.classextension.EasyMock
EasyMock
@Deprecated public class EasyMock
This class is provided solely to allow an easier transition to EasyMock 3.0.
You should now use EasyMock
for classes and interfaces
mocking.
Note: Since the static methods previously available were removed from this class (and are now in the superclass), no binary compatibility is provided
Field Summary |
---|
Fields inherited from class org.easymock.EasyMock |
---|
DISABLE_CLASS_MOCKING, ENABLE_THREAD_SAFETY_CHECK_BY_DEFAULT, NOT_THREAD_SAFE_BY_DEFAULT |
Constructor Summary | |
---|---|
protected |
EasyMock()
Deprecated. Prevent instantiation but allow inheritance |
Method Summary | ||
---|---|---|
static IMocksControl |
createControl()
Deprecated. |
|
static
|
createMockBuilder(Class<T> toMock)
Deprecated. |
|
static IMocksControl |
createNiceControl()
Deprecated. |
|
static IMocksControl |
createStrictControl()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected EasyMock()
Method Detail |
---|
public static IMocksControl createStrictControl()
public static IMocksControl createControl()
public static IMocksControl createNiceControl()
public static <T> IMockBuilder<T> createMockBuilder(Class<T> toMock)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |