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 intONE_SUB_MATCHERstatic intTWO_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()HandyReturnValuesreportAnd()HandyReturnValuesreportMatcher(org.hamcrest.Matcher matcher)HandyReturnValuesreportNot()HandyReturnValuesreportOr()voidreset()voidvalidateState()
-
-
-
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:
reportMatcherin interfaceArgumentMatcherStorage
-
pullLocalizedMatchers
public java.util.List<LocalizedMatcher> pullLocalizedMatchers()
- Specified by:
pullLocalizedMatchersin interfaceArgumentMatcherStorage
-
reportAnd
public HandyReturnValues reportAnd()
- Specified by:
reportAndin interfaceArgumentMatcherStorage
-
reportOr
public HandyReturnValues reportOr()
- Specified by:
reportOrin interfaceArgumentMatcherStorage
-
reportNot
public HandyReturnValues reportNot()
- Specified by:
reportNotin interfaceArgumentMatcherStorage
-
validateState
public void validateState()
- Specified by:
validateStatein interfaceArgumentMatcherStorage
-
reset
public void reset()
- Specified by:
resetin interfaceArgumentMatcherStorage
-
-