Package org.mockito.internal.progress
Interface ArgumentMatcherStorage
-
- All Known Implementing Classes:
ArgumentMatcherStorageImpl
public interface ArgumentMatcherStorage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<LocalizedMatcher>pullLocalizedMatchers()HandyReturnValuesreportAnd()HandyReturnValuesreportMatcher(org.hamcrest.Matcher matcher)HandyReturnValuesreportNot()HandyReturnValuesreportOr()voidreset()voidvalidateState()
-
-
-
Method Detail
-
reportMatcher
HandyReturnValues reportMatcher(org.hamcrest.Matcher matcher)
-
pullLocalizedMatchers
java.util.List<LocalizedMatcher> pullLocalizedMatchers()
-
reportAnd
HandyReturnValues reportAnd()
-
reportNot
HandyReturnValues reportNot()
-
reportOr
HandyReturnValues reportOr()
-
validateState
void validateState()
-
reset
void reset()
-
-