Package org.mockito.internal.progress
Class ArgumentMatcherStorageImpl
java.lang.Object
org.mockito.internal.progress.ArgumentMatcherStorageImpl
- All Implemented Interfaces:
ArgumentMatcherStorage
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreportMatcher(org.hamcrest.Matcher matcher) reportOr()voidreset()void
-
Field Details
-
TWO_SUB_MATCHERS
public static final int TWO_SUB_MATCHERS- See Also:
-
ONE_SUB_MATCHER
public static final int ONE_SUB_MATCHER- See Also:
-
-
Constructor Details
-
ArgumentMatcherStorageImpl
public ArgumentMatcherStorageImpl()
-
-
Method Details
-
reportMatcher
- Specified by:
reportMatcherin interfaceArgumentMatcherStorage
-
pullLocalizedMatchers
- Specified by:
pullLocalizedMatchersin interfaceArgumentMatcherStorage
-
reportAnd
- Specified by:
reportAndin interfaceArgumentMatcherStorage
-
reportOr
- Specified by:
reportOrin interfaceArgumentMatcherStorage
-
reportNot
- Specified by:
reportNotin interfaceArgumentMatcherStorage
-
validateState
public void validateState()- Specified by:
validateStatein interfaceArgumentMatcherStorage
-
reset
public void reset()- Specified by:
resetin interfaceArgumentMatcherStorage
-