Lines Matching defs:rs

71     public void baseRowSetTest0000(StubBaseRowSet rs) throws Exception {
73 rs.addRowSetListener(rsl);
74 rs.notifyCursorMoved();
82 public void baseRowSetTest0001(StubBaseRowSet rs) throws Exception {
84 rs.addRowSetListener(rsl);
85 rs.notifyRowChanged();
93 public void baseRowSetTest0002(StubBaseRowSet rs) throws Exception {
95 rs.addRowSetListener(rsl);
96 rs.notifyRowSetChanged();
105 public void baseRowSetTest0003(StubBaseRowSet rs) throws Exception {
108 rs.addRowSetListener(rsl);
109 rs.addRowSetListener(rsl2);
110 rs.notifyRowSetChanged();
120 public void baseRowSetTest0004(StubBaseRowSet rs) throws Exception {
123 rs.addRowSetListener(rsl);
124 rs.addRowSetListener(rsl2);
125 rs.notifyRowChanged();
135 public void baseRowSetTest0005(StubBaseRowSet rs) throws Exception {
138 rs.addRowSetListener(rsl);
139 rs.addRowSetListener(rsl2);
140 rs.notifyCursorMoved();
150 public void baseRowSetTest0006(StubBaseRowSet rs) throws Exception {
152 rs.addRowSetListener(rsl);
153 rs.notifyRowSetChanged();
154 rs.notifyRowChanged();
155 rs.notifyCursorMoved();
167 public void baseRowSetTest0007(StubBaseRowSet rs) throws Exception {
170 rs.addRowSetListener(rsl);
171 rs.addRowSetListener(rsl2);
172 rs.notifyRowSetChanged();
173 rs.notifyRowChanged();
174 rs.notifyCursorMoved();
189 public void baseRowSetTest0008(StubBaseRowSet rs) throws Exception {
191 rs.addRowSetListener(rsl);
192 rs.notifyRowSetChanged();
196 rs.removeRowSetListener(rsl);
197 rs.notifyRowSetChanged();
278 public void baseRowSetTest0016(StubBaseRowSet rs) throws Exception {
279 rs.setInt(1, 1);
280 rs.initParams();
281 assertTrue(rs.getParams().length == 0);