public class ArgumentMatcherStorageImpl extends 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 |
|---|---|
List<LocalizedMatcher> |
pullLocalizedMatchers() |
HandyReturnValues |
reportAnd() |
HandyReturnValues |
reportMatcher(ArgumentMatcher 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(ArgumentMatcher matcher)
reportMatcher in interface ArgumentMatcherStoragepublic 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