public class ArgumentMatcherStorageImpl extends java.lang.Object implements ArgumentMatcherStorage
| Modifier and Type | Field and Description |
|---|---|
static int |
ONE_SUB_MATCHER |
static int |
TWO_SUB_MATCHERS |
| Constructor and Description |
|---|
ArgumentMatcherStorageImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LocalizedMatcher> |
pullLocalizedMatchers() |
HandyReturnValues |
reportAnd() |
HandyReturnValues |
reportMatcher(org.hamcrest.Matcher matcher) |
HandyReturnValues |
reportNot() |
HandyReturnValues |
reportOr() |
void |
reset() |
void |
validateState() |
public static final int TWO_SUB_MATCHERS
public static final int ONE_SUB_MATCHER
public HandyReturnValues reportMatcher(org.hamcrest.Matcher matcher)
reportMatcher in interface ArgumentMatcherStoragepublic java.util.List<LocalizedMatcher> pullLocalizedMatchers()
pullLocalizedMatchers in interface ArgumentMatcherStoragepublic HandyReturnValues reportAnd()
reportAnd in interface ArgumentMatcherStoragepublic HandyReturnValues reportOr()
reportOr in interface ArgumentMatcherStoragepublic HandyReturnValues reportNot()
reportNot in interface ArgumentMatcherStoragepublic void validateState()
validateState in interface ArgumentMatcherStoragepublic void reset()
reset in interface ArgumentMatcherStorage