Searched refs:throwsNothing (Results 1 – 4 of 4) sorted by relevance
79 case 9 : iMethods.throwsNothing(false); break; in randomCallOn()
101 String throwsNothing(boolean value); in throwsNothing() method
188 public String throwsNothing(boolean value) { in throwsNothing() method in MethodsImpl
292 when(mock.throwsNothing(true)).thenThrow(CheckedException.class); in shouldNotAllowCheckedExceptionWhenNothingIsDeclared()