Searched refs:misplacedArgumentMatcher (Results 1 – 2 of 2) sorted by relevance
16 import static org.mockito.internal.exceptions.Reporter.misplacedArgumentMatcher;69 throw misplacedArgumentMatcher(lastMatchers); in validateState()
525 public static MockitoException misplacedArgumentMatcher(List<LocalizedMatcher> lastMatchers) { in misplacedArgumentMatcher() method in Reporter