Uses of Class
org.mockito.internal.matchers.LocalizedMatcher
-
Packages that use LocalizedMatcher Package Description org.mockito.internal.exceptions org.mockito.internal.invocation Invocation machinery and related classes.org.mockito.internal.progress Mocking progress stateful classes. -
-
Uses of LocalizedMatcher in org.mockito.internal.exceptions
Method parameters in org.mockito.internal.exceptions with type arguments of type LocalizedMatcher Modifier and Type Method Description static MockitoExceptionReporter. incorrectUseOfAdditionalMatchers(java.lang.String additionalMatcherName, int expectedSubMatchersCount, java.util.Collection<LocalizedMatcher> matcherStack)static MockitoExceptionReporter. invalidUseOfMatchers(int expectedMatchersCount, java.util.List<LocalizedMatcher> recordedMatchers)private static java.lang.ObjectReporter. locationsOf(java.util.Collection<LocalizedMatcher> matchers)static MockitoExceptionReporter. misplacedArgumentMatcher(java.util.List<LocalizedMatcher> lastMatchers) -
Uses of LocalizedMatcher in org.mockito.internal.invocation
Method parameters in org.mockito.internal.invocation with type arguments of type LocalizedMatcher Modifier and Type Method Description private voidMatchersBinder. validateMatchers(Invocation invocation, java.util.List<LocalizedMatcher> lastMatchers) -
Uses of LocalizedMatcher in org.mockito.internal.progress
Fields in org.mockito.internal.progress with type parameters of type LocalizedMatcher Modifier and Type Field Description private java.util.Stack<LocalizedMatcher>ArgumentMatcherStorageImpl. matcherStackMethods 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()private java.util.List<LocalizedMatcher>ArgumentMatcherStorageImpl. resetStack()
-