org.easymock.internal
public class LastControl extends java.lang.Object
Constructor and Description |
---|
LastControl() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
getCurrentArguments() |
static MocksControl |
lastControl() |
static void |
popCurrentArguments() |
static java.util.List<IArgumentMatcher> |
pullMatchers() |
static void |
pushCurrentArguments(java.lang.Object[] args) |
static void |
reportAnd(int count) |
static void |
reportLastControl(MocksControl control) |
static void |
reportMatcher(IArgumentMatcher matcher) |
static void |
reportNot() |
static void |
reportOr(int count) |
public static void reportLastControl(MocksControl control)
public static MocksControl lastControl()
public static void reportMatcher(IArgumentMatcher matcher)
public static java.util.List<IArgumentMatcher> pullMatchers()
public static void reportAnd(int count)
public static void reportNot()
public static void reportOr(int count)
public static java.lang.Object[] getCurrentArguments()
public static void pushCurrentArguments(java.lang.Object[] args)
public static void popCurrentArguments()