Searched refs:smartNullPointerException (Results 1 – 2 of 2) sorted by relevance
7 import static org.mockito.internal.exceptions.Reporter.smartNullPointerException;83 throw smartNullPointerException(unstubbedInvocation.toString(), location);
644 public static MockitoException smartNullPointerException(String invocation, Location location) { in smartNullPointerException() method in Reporter