Searched refs:NullInsteadOfMockException (Results 1 – 3 of 3) sorted by relevance
12 import org.mockito.exceptions.misusing.NullInsteadOfMockException;82 @Test(expected=NullInsteadOfMockException.class)88 @Test(expected=NullInsteadOfMockException.class)93 @Test(expected=NullInsteadOfMockException.class)
10 public class NullInsteadOfMockException extends MockitoException { class14 public NullInsteadOfMockException(String message) { in NullInsteadOfMockException() method in NullInsteadOfMockException
147 return new NullInsteadOfMockException(join( in nullPassedToVerify()167 return new NullInsteadOfMockException(join( in nullPassedToWhenMethod()196 return new NullInsteadOfMockException(join( in nullPassedToVerifyNoMoreInteractions()214 return new NullInsteadOfMockException(join( in nullPassedWhenCreatingInOrder()