public class ArgumentMatcherStorageImpl extends java.lang.Object implements ArgumentMatcherStorage
Constructor and Description |
---|
ArgumentMatcherStorageImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.hamcrest.Matcher> |
pullMatchers() |
HandyReturnValues |
reportAnd() |
HandyReturnValues |
reportMatcher(org.hamcrest.Matcher matcher) |
HandyReturnValues |
reportNot() |
HandyReturnValues |
reportOr() |
void |
reset() |
void |
validateState() |
public HandyReturnValues reportMatcher(org.hamcrest.Matcher matcher)
reportMatcher
in interface ArgumentMatcherStorage
public java.util.List<org.hamcrest.Matcher> pullMatchers()
pullMatchers
in interface ArgumentMatcherStorage
public HandyReturnValues reportAnd()
reportAnd
in interface ArgumentMatcherStorage
public HandyReturnValues reportNot()
reportNot
in interface ArgumentMatcherStorage
public HandyReturnValues reportOr()
reportOr
in interface ArgumentMatcherStorage
public void validateState()
validateState
in interface ArgumentMatcherStorage
public void reset()
reset
in interface ArgumentMatcherStorage