Home
last modified time | relevance | path

Searched refs:atMostAndNeverShouldNotBeUsedWithTimeout (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/main/java/org/mockito/verification/
DTimeout.java7 import static org.mockito.internal.exceptions.Reporter.atMostAndNeverShouldNotBeUsedWithTimeout;
56 throw atMostAndNeverShouldNotBeUsedWithTimeout(); in atMost()
60 throw atMostAndNeverShouldNotBeUsedWithTimeout(); in never()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java645 public static MockitoException atMostAndNeverShouldNotBeUsedWithTimeout() { in atMostAndNeverShouldNotBeUsedWithTimeout() method in Reporter