コード例 #1
0
 protected void tearDown() throws Exception {
   Statement stmt = createStatement();
   stmt.execute("DROP TABLE T0");
   stmt.close();
   commit();
   super.tearDown();
 }
コード例 #2
0
 protected void tearDown() throws Exception {
   if (clob != null) {
     clob.free();
     clob = null;
   }
   excludedMethodSet = null;
   super.tearDown();
 }
コード例 #3
0
 protected void tearDown() throws Exception {
   getTestConfiguration().setVerbosity(savedVerbosity);
   super.tearDown();
 }