949596979899100101
riggedProxy.notReallyExceptionReturningMethod(); } @Test public void testActuallyExceptionReturningMethod() { SpecialException returnedException = riggedProxy.actuallyExceptionReturningMethod(); Assert.assertNotNull(returnedException); }