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 MockitoException
Reporter. incorrectUseOfAdditionalMatchers(java.lang.String additionalMatcherName, int expectedSubMatchersCount, java.util.Collection<LocalizedMatcher> matcherStack)
static MockitoException
Reporter. invalidUseOfMatchers(int expectedMatchersCount, java.util.List<LocalizedMatcher> recordedMatchers)
private static java.lang.Object
Reporter. locationsOf(java.util.Collection<LocalizedMatcher> matchers)
static MockitoException
Reporter. 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 void
MatchersBinder. 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. matcherStack
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()
private java.util.List<LocalizedMatcher>
ArgumentMatcherStorageImpl. resetStack()
-