Searched refs:additionalMatcherName (Results 1 - 2 of 2) sorted by relevance

/external/mockito/src/main/java/org/mockito/internal/progress/
H A DArgumentMatcherStorageImpl.java77 private void assertStateFor(String additionalMatcherName, int subMatchersCount) { argument
79 throw reportNoSubMatchersFound(additionalMatcherName);
83 throw incorrectUseOfAdditionalMatchers(additionalMatcherName, subMatchersCount, lastMatchers);
/external/mockito/src/main/java/org/mockito/internal/exceptions/
H A DReporter.java250 public static MockitoException incorrectUseOfAdditionalMatchers(String additionalMatcherName, int expectedSubMatchersCount, Collection<LocalizedMatcher> matcherStack) { argument
252 "Invalid use of argument matchers inside additional matcher " + additionalMatcherName + " !",
278 public static MockitoException reportNoSubMatchersFound(String additionalMatcherName) { argument
280 "No matchers found for additional matcher " + additionalMatcherName,

Completed in 112 milliseconds