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 MockitoException
Reporter.incorrectUseOfAdditionalMatchers
(String additionalMatcherName, int expectedSubMatchersCount, Collection<LocalizedMatcher> matcherStack) static MockitoException
Reporter.invalidUseOfMatchers
(int expectedMatchersCount, List<LocalizedMatcher> recordedMatchers) private static Object
Reporter.locationsOf
(Collection<LocalizedMatcher> matchers) static MockitoException
Reporter.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 void
MatchersBinder.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.matcherStack
Methods in org.mockito.internal.progress that return types with arguments of type LocalizedMatcherModifier and TypeMethodDescriptionArgumentMatcherStorage.pullLocalizedMatchers()
ArgumentMatcherStorageImpl.pullLocalizedMatchers()
private List
<LocalizedMatcher> ArgumentMatcherStorageImpl.resetStack()