134135136137138139140141142143144
// 8 afup.exceptionForThrow(serverSideException); // 9 fup.exceptionForThrow(testedException); // 10 fi.throwsException(); throw new TestException( serverSideException.toString() + " should be thrown"); } catch (Throwable t) { // 11
110111112113114115116117118119120
handler); try { // 4 fup.exceptionForThrow(testedException); // 5 fi.throwsException(); throw new TestException( testedException.toString() + " should be thrown"); } catch (Throwable t) { // 6 assertion(testedException.equals(t),