Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/progress/
DMockingProgressImpl.java25 import static org.mockito.internal.exceptions.Reporter.unfinishedVerificationException;
121 throw unfinishedVerificationException(location);
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java111 public static MockitoException unfinishedVerificationException(Location location) { in unfinishedVerificationException() method in Reporter