Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/progress/
DMockingProgressImpl.java24 import static org.mockito.internal.exceptions.Reporter.unfinishedStubbing;
109 throw unfinishedStubbing(temp);
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java74 public static MockitoException unfinishedStubbing(Location location) { in unfinishedStubbing() method in Reporter