コード例 #1
0
 @AfterClass
 public static void clearDataSource() throws Exception {
   dataSource.destroy();
   dataSource = null;
 }