コード例 #1
0
 @AfterClass
 public static void tearDownAfterClass() throws Exception {
   if (admin != null) {
     admin.close();
   }
   TEST_UTIL.shutdownMiniZKCluster();
 }
コード例 #2
0
 @AfterClass
 public static void afterClass() throws Exception {
   TEST_UTIL.shutdownMiniZKCluster();
 }
コード例 #3
0
 @After
 public void after() throws IOException {
   UTIL.shutdownMiniZKCluster();
 }