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()
HandyReturnValues
reportAnd()
HandyReturnValues
reportMatcher(org.hamcrest.Matcher matcher)
HandyReturnValues
reportNot()
HandyReturnValues
reportOr()
void
reset()
void
validateState()
-
-
-
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()
-
-