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 Invocationstatic MocksControlstatic voidstatic List<IArgumentMatcher> static voidpushCurrentInvocation(Invocation invocation) static voidreportAnd(int count) static voidreportLastControl(MocksControl control) static voidreportMatcher(IArgumentMatcher matcher) static voidstatic voidreportOr(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()
-