Uses of Class
org.mockito.internal.matchers.LocalizedMatcher

Packages that use LocalizedMatcher
org.mockito.exceptions Exception messages, exception hierarchies. 
org.mockito.internal.progress Mocking progress stateful classes. 
 

Uses of LocalizedMatcher in org.mockito.exceptions
 

Method parameters in org.mockito.exceptions with type arguments of type LocalizedMatcher
 void Reporter.incorrectUseOfAdditionalMatchers(java.lang.String additionalMatcherName, int expectedSubMatchersCount, java.util.Collection<LocalizedMatcher> matcherStack)
           
 void Reporter.invalidUseOfMatchers(int expectedMatchersCount, java.util.List<LocalizedMatcher> recordedMatchers)
           
 void Reporter.misplacedArgumentMatcher(java.util.List<LocalizedMatcher> lastMatchers)
           
 

Uses of LocalizedMatcher in org.mockito.internal.progress
 

Methods in org.mockito.internal.progress that return types with arguments of type LocalizedMatcher
 java.util.List<LocalizedMatcher> ArgumentMatcherStorageImpl.pullLocalizedMatchers()
           
 java.util.List<LocalizedMatcher> ArgumentMatcherStorage.pullLocalizedMatchers()