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