java.lang.Object
org.easymock.internal.LastControl
The last mocks control used in the current thread.
- Author:
- OFFIS, Tammo Freese
-
Method Summary
Modifier and TypeMethodDescriptionstatic Invocation
static MocksControl
static void
static List
<IArgumentMatcher> static void
pushCurrentInvocation
(Invocation invocation) static void
reportAnd
(int count) static void
reportLastControl
(MocksControl control) static void
reportMatcher
(IArgumentMatcher matcher) static void
static void
reportOr
(int count)
-
Method Details
-
reportLastControl
-
lastControl
-
reportMatcher
-
pullMatchers
-
reportAnd
public static void reportAnd(int count) -
reportNot
public static void reportNot() -
reportOr
public static void reportOr(int count) -
getCurrentInvocation
-
pushCurrentInvocation
-
popCurrentInvocation
public static void popCurrentInvocation()
-