Package org.mockito.internal.progress
Class ArgumentMatcherStorageImpl
java.lang.Object
org.mockito.internal.progress.ArgumentMatcherStorageImpl
- All Implemented Interfaces:
ArgumentMatcherStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidreportMatcher(ArgumentMatcher<?> matcher) voidvoidreportOr()voidreset()void
-
Constructor Details
-
ArgumentMatcherStorageImpl
public ArgumentMatcherStorageImpl()
-
-
Method Details
-
reportMatcher
- Specified by:
reportMatcherin interfaceArgumentMatcherStorage
-
pullLocalizedMatchers
- Specified by:
pullLocalizedMatchersin interfaceArgumentMatcherStorage
-
reportAnd
public void reportAnd()- Specified by:
reportAndin interfaceArgumentMatcherStorage
-
reportOr
public void reportOr()- Specified by:
reportOrin interfaceArgumentMatcherStorage
-
reportNot
public void reportNot()- Specified by:
reportNotin interfaceArgumentMatcherStorage
-
validateState
public void validateState()- Specified by:
validateStatein interfaceArgumentMatcherStorage
-
reset
public void reset()- Specified by:
resetin interfaceArgumentMatcherStorage
-