org.easymock.internal

Class LastControl


public class LastControl
extends java.lang.Object

Method Summary

static Object[]
getCurrentArguments()
static MocksControl
lastControl()
static void
popCurrentArguments()
static List
pullMatchers()
static void
pushCurrentArguments(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)

Method Details

getCurrentArguments

public static Object[] getCurrentArguments()

lastControl

public static MocksControl lastControl()

popCurrentArguments

public static void popCurrentArguments()

pullMatchers

public static List pullMatchers()

pushCurrentArguments

public static void pushCurrentArguments(Object[] args)

reportAnd

public static void reportAnd(int count)

reportLastControl

public static void reportLastControl(MocksControl control)

reportMatcher

public static void reportMatcher(IArgumentMatcher matcher)

reportNot

public static void reportNot()

reportOr

public static void reportOr(int count)