Searched refs:invalidUseOfMatchers (Results 1 – 2 of 2) sorted by relevance
9 import static org.mockito.internal.exceptions.Reporter.invalidUseOfMatchers;39 throw invalidUseOfMatchers(expectedMatchersSize, lastMatchers); in validateMatchers()
231 …public static MockitoException invalidUseOfMatchers(int expectedMatchersCount, List<LocalizedMatch… in invalidUseOfMatchers() method in Reporter