Package org.mockito.internal.progress
Interface ArgumentMatcherStorage
- All Known Implementing Classes:
ArgumentMatcherStorageImpl
public interface ArgumentMatcherStorage
-
Method Summary
Modifier and TypeMethodDescriptionreportMatcher
(org.hamcrest.Matcher matcher) reportOr()
void
reset()
void
-
Method Details
-
reportMatcher
-
pullLocalizedMatchers
List<LocalizedMatcher> pullLocalizedMatchers() -
reportAnd
HandyReturnValues reportAnd() -
reportNot
HandyReturnValues reportNot() -
reportOr
HandyReturnValues reportOr() -
validateState
void validateState() -
reset
void reset()
-