Beispiel #1
0
 @AfterClass
 public static void oneTimeTearDown() throws Exception {
   if (cluster != null) {
     cluster.shutDown();
   }
 }