org.mockito.internal.progress
Class ArgumentMatcherStorageImpl

java.lang.Object
  extended by org.mockito.internal.progress.ArgumentMatcherStorageImpl
All Implemented Interfaces:
ArgumentMatcherStorage

public class ArgumentMatcherStorageImpl
extends java.lang.Object
implements ArgumentMatcherStorage


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

Constructor Detail

ArgumentMatcherStorageImpl

public ArgumentMatcherStorageImpl()
Method Detail

reportMatcher

public HandyReturnValues reportMatcher(org.hamcrest.Matcher matcher)
Specified by:
reportMatcher in interface ArgumentMatcherStorage

pullMatchers

public java.util.List<org.hamcrest.Matcher> pullMatchers()
Specified by:
pullMatchers in interface ArgumentMatcherStorage

reportAnd

public HandyReturnValues reportAnd()
Specified by:
reportAnd in interface ArgumentMatcherStorage

reportNot

public HandyReturnValues reportNot()
Specified by:
reportNot in interface ArgumentMatcherStorage

reportOr

public HandyReturnValues reportOr()
Specified by:
reportOr in interface ArgumentMatcherStorage

validateState

public void validateState()
Specified by:
validateState in interface ArgumentMatcherStorage

reset

public void reset()
Specified by:
reset in interface ArgumentMatcherStorage