|
|||||||||
| 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 org.easymock.EasyMock |
|---|
and, and, and, and, and, and, and, and, and, anyBoolean, anyByte, anyChar, anyDouble, anyFloat, anyInt, anyLong, anyObject, anyObject, anyShort, aryEq, aryEq, aryEq, aryEq, aryEq, aryEq, aryEq, aryEq, aryEq, capture, capture, capture, capture, capture, capture, capture, capture, checkIsUsedInOneThread, checkOrder, cmp, cmpEq, contains, createMock, createMock, createMock, createMock, createMock, createMock, createNiceMock, createNiceMock, createNiceMock, createNiceMock, createNiceMock, createNiceMock, createStrictMock, createStrictMock, createStrictMock, createStrictMock, createStrictMock, createStrictMock, endsWith, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, eq, expect, expectLastCall, find, geq, geq, geq, geq, geq, geq, geq, getCurrentArguments, getEasyMockProperty, gt, gt, gt, gt, gt, gt, gt, isA, isNull, isNull, leq, leq, leq, leq, leq, leq, leq, lt, lt, lt, lt, lt, lt, lt, makeThreadSafe, matches, not, not, not, not, not, not, not, not, not, notNull, notNull, or, or, or, or, or, or, or, or, or, replay, reportMatcher, reset, resetToDefault, resetToNice, resetToStrict, same, setEasyMockProperty, startsWith, verify |
| 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 | ||||||||