org.easymock.internal
Class LastControl

java.lang.Object
  extended by org.easymock.internal.LastControl

public class LastControl
extends java.lang.Object


Constructor Summary
LastControl()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastControl

public LastControl()
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)

getCurrentArguments

public static java.lang.Object[] getCurrentArguments()

pushCurrentArguments

public static void pushCurrentArguments(java.lang.Object[] args)

popCurrentArguments

public static void popCurrentArguments()