org.mockito.internal.progress
Class LastArguments

java.lang.Object
  extended by org.mockito.internal.progress.LastArguments

public class LastArguments
extends java.lang.Object


Constructor Summary
LastArguments()
           
 
Method Summary
static LastArguments instance()
           
 java.util.List<org.hamcrest.Matcher> pullMatchers()
           
 EmptyReturnValues reportAnd()
           
 EmptyReturnValues reportMatcher(org.hamcrest.Matcher matcher)
           
 EmptyReturnValues reportNot()
           
 EmptyReturnValues reportOr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastArguments

public LastArguments()
Method Detail

instance

public static LastArguments instance()

reportMatcher

public EmptyReturnValues reportMatcher(org.hamcrest.Matcher matcher)

pullMatchers

public java.util.List<org.hamcrest.Matcher> pullMatchers()

reportAnd

public EmptyReturnValues reportAnd()

reportNot

public EmptyReturnValues reportNot()

reportOr

public EmptyReturnValues reportOr()