78
78
79
79
public class DaoTest {
80
80
81
- /**
82
- *
83
- *
84
- * @throws Exception
85
- */
86
81
@ Test
87
82
public void test_paginate () throws Exception {
88
83
@@ -119,11 +114,6 @@ public void test_paginate() throws Exception {
119
114
userDao .delete (CF .ge ("id" , 0 ));
120
115
}
121
116
122
- /**
123
- *
124
- *
125
- * @throws Exception
126
- */
127
117
@ Test
128
118
public void test_setStringForMultiPositions () throws Exception {
129
119
@@ -246,11 +236,6 @@ public void test_count() throws SQLException {
246
236
// .accept(sp -> JdbcUtil.executeUpdate(userDao.dataSource(), sp.sql, sp.parameters.toArray()));
247
237
// }
248
238
249
- /**
250
- *
251
- *
252
- * @throws Exception
253
- */
254
239
@ Test
255
240
public void test_parallel () throws Exception {
256
241
@@ -274,11 +259,6 @@ public void test_parallel() throws Exception {
274
259
userDao .delete (CF .alwaysTrue ());
275
260
}
276
261
277
- /**
278
- *
279
- *
280
- * @throws Exception
281
- */
282
262
@ Test
283
263
public void test_batchUpsert () throws Exception {
284
264
@@ -351,11 +331,6 @@ public void test_batchUpsert() throws Exception {
351
331
}
352
332
}
353
333
354
- /**
355
- *
356
- *
357
- * @throws Exception
358
- */
359
334
@ Test
360
335
public void test_exportCSV () throws Exception {
361
336
final List <User > users = IntStream .range (1 , 30 )
@@ -382,11 +357,6 @@ public void test_exportCSV() throws Exception {
382
357
userDao .batchDelete (users );
383
358
}
384
359
385
- /**
386
- *
387
- *
388
- * @throws Exception
389
- */
390
360
@ Test
391
361
public void test_refresh () throws Exception {
392
362
@@ -415,11 +385,6 @@ public void test_refresh() throws Exception {
415
385
userDao .batchDelete (dbUsers );
416
386
}
417
387
418
- /**
419
- *
420
- *
421
- * @throws Exception
422
- */
423
388
@ Test
424
389
public void test_define () throws Exception {
425
390
@@ -450,11 +415,6 @@ public void test_define() throws Exception {
450
415
assertFalse (userDao .isThere ("user1" , "last_name" , ids .get (0 )));
451
416
}
452
417
453
- /**
454
- *
455
- *
456
- * @throws Exception
457
- */
458
418
@ Test
459
419
public void test_BindList () throws Exception {
460
420
0 commit comments