Package org.easymock.internal
Class LastControl
- java.lang.Object
-
- org.easymock.internal.LastControl
-
public final class LastControl extends java.lang.Object- Author:
- OFFIS, Tammo Freese
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InvocationgetCurrentInvocation()static MocksControllastControl()static voidpopCurrentInvocation()static java.util.List<IArgumentMatcher>pullMatchers()static voidpushCurrentInvocation(Invocation invocation)static voidreportAnd(int count)static voidreportLastControl(MocksControl control)static voidreportMatcher(IArgumentMatcher matcher)static voidreportNot()static voidreportOr(int count)
-
-
-
Method Detail
-
reportLastControl
public static void reportLastControl(MocksControl control)
-
lastControl
public static MocksControl lastControl()
-
reportMatcher
public static void reportMatcher(IArgumentMatcher matcher)
-
pullMatchers
public static java.util.List<IArgumentMatcher> pullMatchers()
-
reportAnd
public static void reportAnd(int count)
-
reportNot
public static void reportNot()
-
reportOr
public static void reportOr(int count)
-
getCurrentInvocation
public static Invocation getCurrentInvocation()
-
pushCurrentInvocation
public static void pushCurrentInvocation(Invocation invocation)
-
popCurrentInvocation
public static void popCurrentInvocation()
-
-