tests{@link javax.sql.RowSetEvent#RowSetEvent(javax.sql.RowSet)}. try { new RowSetEvent(null); fail("illegal argument exception expected"); } catch (IllegalArgumentException e) { } Impl_RowSet irs = new Impl_RowSet(); RowSetEvent rse = new RowSetEvent(irs); assertSame(irs, rse.getSource());
try { new RowSetEvent(null); fail("illegal argument exception expected"); } catch (IllegalArgumentException e) { } Impl_RowSet irs = new Impl_RowSet(); RowSetEvent rse = new RowSetEvent(irs); assertSame(irs, rse.getSource());