コード例 #1
0
 @Override
 protected void tearDown() throws Exception {
   if (fs != null) {
     fs.delete(path("/tests3a"), true);
   }
   super.tearDown();
 }
コード例 #2
0
 @Override
 protected void tearDown() throws Exception {
   super.tearDown();
   if (cluster != null) {
     cluster.shutdown();
     cluster = null;
   }
 }
コード例 #3
0
 @Override
 protected void tearDown() throws Exception {
   super.tearDown();
   cluster.shutdown();
 }