Searched refs:atMostAndNeverShouldNotBeUsedWithTimeout (Results 1 – 2 of 2) sorted by relevance
7 import static org.mockito.internal.exceptions.Reporter.atMostAndNeverShouldNotBeUsedWithTimeout;56 throw atMostAndNeverShouldNotBeUsedWithTimeout(); in atMost()60 throw atMostAndNeverShouldNotBeUsedWithTimeout(); in never()
664 public static MockitoException atMostAndNeverShouldNotBeUsedWithTimeout() { in atMostAndNeverShouldNotBeUsedWithTimeout() method in Reporter