Uses of Class
org.mockito.internal.matchers.LocalizedMatcher
-
Packages that use LocalizedMatcher Package Description org.mockito.exceptions Exception messages, exception hierarchies.org.mockito.internal.progress Mocking progress stateful classes. -
-
Uses of LocalizedMatcher in org.mockito.exceptions
Method parameters in org.mockito.exceptions with type arguments of type LocalizedMatcher Modifier and Type Method Description voidReporter. incorrectUseOfAdditionalMatchers(java.lang.String additionalMatcherName, int expectedSubMatchersCount, java.util.Collection<LocalizedMatcher> matcherStack)voidReporter. invalidUseOfMatchers(int expectedMatchersCount, java.util.List<LocalizedMatcher> recordedMatchers)voidReporter. misplacedArgumentMatcher(java.util.List<LocalizedMatcher> lastMatchers) -
Uses of LocalizedMatcher in org.mockito.internal.progress
Methods in org.mockito.internal.progress that return types with arguments of type LocalizedMatcher Modifier and Type Method Description java.util.List<LocalizedMatcher>ArgumentMatcherStorage. pullLocalizedMatchers()java.util.List<LocalizedMatcher>ArgumentMatcherStorageImpl. pullLocalizedMatchers()
-