Searched refs:throwsError (Results 1 – 3 of 3) sorted by relevance
105 String throwsError(int count); in throwsError() method
196 public String throwsError(int count) { in throwsError() method in MethodsImpl
282 when(mock.throwsError(0)).thenThrow(CheckedException.class); in shouldNotAllowCheckedExceptionWhenErrorIsDeclared()