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 ArgumentMatcherStoragepublic java.util.List<org.hamcrest.Matcher> pullMatchers()
pullMatchers in interface ArgumentMatcherStoragepublic HandyReturnValues reportAnd()
reportAnd in interface ArgumentMatcherStoragepublic HandyReturnValues reportNot()
reportNot in interface ArgumentMatcherStoragepublic HandyReturnValues reportOr()
reportOr in interface ArgumentMatcherStoragepublic void validateState()
validateState in interface ArgumentMatcherStoragepublic void reset()
reset in interface ArgumentMatcherStorage