Package org.mockito.internal.progress
Class ArgumentMatcherStorageImpl
- java.lang.Object
-
- org.mockito.internal.progress.ArgumentMatcherStorageImpl
-
- All Implemented Interfaces:
ArgumentMatcherStorage
public class ArgumentMatcherStorageImpl extends java.lang.Object implements ArgumentMatcherStorage
-
-
Field Summary
Fields Modifier and Type Field Description static int
ONE_SUB_MATCHER
static int
TWO_SUB_MATCHERS
-
Constructor Summary
Constructors Constructor Description ArgumentMatcherStorageImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<LocalizedMatcher>
pullLocalizedMatchers()
HandyReturnValues
reportAnd()
HandyReturnValues
reportMatcher(org.hamcrest.Matcher matcher)
HandyReturnValues
reportNot()
HandyReturnValues
reportOr()
void
reset()
void
validateState()
-
-
-
Field Detail
-
TWO_SUB_MATCHERS
public static final int TWO_SUB_MATCHERS
- See Also:
- Constant Field Values
-
ONE_SUB_MATCHER
public static final int ONE_SUB_MATCHER
- See Also:
- Constant Field Values
-
-
Method Detail
-
reportMatcher
public HandyReturnValues reportMatcher(org.hamcrest.Matcher matcher)
- Specified by:
reportMatcher
in interfaceArgumentMatcherStorage
-
pullLocalizedMatchers
public java.util.List<LocalizedMatcher> pullLocalizedMatchers()
- Specified by:
pullLocalizedMatchers
in interfaceArgumentMatcherStorage
-
reportAnd
public HandyReturnValues reportAnd()
- Specified by:
reportAnd
in interfaceArgumentMatcherStorage
-
reportOr
public HandyReturnValues reportOr()
- Specified by:
reportOr
in interfaceArgumentMatcherStorage
-
reportNot
public HandyReturnValues reportNot()
- Specified by:
reportNot
in interfaceArgumentMatcherStorage
-
validateState
public void validateState()
- Specified by:
validateState
in interfaceArgumentMatcherStorage
-
reset
public void reset()
- Specified by:
reset
in interfaceArgumentMatcherStorage
-
-