public final class LastControl extends Object
Modifier and Type | Method and Description |
---|---|
static Invocation |
getCurrentInvocation() |
static MocksControl |
lastControl() |
static void |
popCurrentInvocation() |
static List<IArgumentMatcher> |
pullMatchers() |
static void |
pushCurrentInvocation(Invocation invocation) |
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 List<IArgumentMatcher> pullMatchers()
public static void reportAnd(int count)
public static void reportNot()
public static void reportOr(int count)
public static Invocation getCurrentInvocation()
public static void pushCurrentInvocation(Invocation invocation)
public static void popCurrentInvocation()
Copyright © 2001–2022 EasyMock contributors. All rights reserved.