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