Uses of Class
org.mockito.internal.matchers.LocalizedMatcher
Packages that use LocalizedMatcher
Package
Description
Invocation machinery and related classes.
Mocking progress stateful classes.
-
Uses of LocalizedMatcher in org.mockito.internal.exceptions
Method parameters in org.mockito.internal.exceptions with type arguments of type LocalizedMatcherModifier and TypeMethodDescriptionstatic MockitoExceptionReporter.incorrectUseOfAdditionalMatchers(String additionalMatcherName, int expectedSubMatchersCount, Collection<LocalizedMatcher> matcherStack) static MockitoExceptionReporter.invalidUseOfMatchers(int expectedMatchersCount, List<LocalizedMatcher> recordedMatchers) private static ObjectReporter.locationsOf(Collection<LocalizedMatcher> matchers) static MockitoExceptionReporter.misplacedArgumentMatcher(List<LocalizedMatcher> lastMatchers) -
Uses of LocalizedMatcher in org.mockito.internal.invocation
Method parameters in org.mockito.internal.invocation with type arguments of type LocalizedMatcherModifier and TypeMethodDescriptionprivate voidMatchersBinder.validateMatchers(Invocation invocation, List<LocalizedMatcher> lastMatchers) -
Uses of LocalizedMatcher in org.mockito.internal.progress
Fields in org.mockito.internal.progress with type parameters of type LocalizedMatcherModifier and TypeFieldDescriptionprivate final Stack<LocalizedMatcher> ArgumentMatcherStorageImpl.matcherStackMethods in org.mockito.internal.progress that return types with arguments of type LocalizedMatcherModifier and TypeMethodDescriptionArgumentMatcherStorage.pullLocalizedMatchers()ArgumentMatcherStorageImpl.pullLocalizedMatchers()private List<LocalizedMatcher> ArgumentMatcherStorageImpl.resetStack()