Searched refs:cannotStubWithNullThrowable (Results 1 – 2 of 2) sorted by relevance
14 import static org.mockito.internal.exceptions.Reporter.cannotStubWithNullThrowable;43 throw cannotStubWithNullThrowable(); in validateFor()
58 public static MockitoException cannotStubWithNullThrowable() { in cannotStubWithNullThrowable() method in Reporter