Searched refs:unfinishedStubbing (Results 1 – 2 of 2) sorted by relevance
24 import static org.mockito.internal.exceptions.Reporter.unfinishedStubbing;109 throw unfinishedStubbing(temp);
74 public static MockitoException unfinishedStubbing(Location location) { in unfinishedStubbing() method in Reporter