Searched refs:reportNoSubMatchersFound (Results 1 – 2 of 2) sorted by relevance
17 import static org.mockito.internal.exceptions.Reporter.reportNoSubMatchersFound;79 throw reportNoSubMatchersFound(additionalMatcherName); in assertStateFor()
278 public static MockitoException reportNoSubMatchersFound(String additionalMatcherName) { in reportNoSubMatchersFound() method in Reporter