@AfterClass
 public void shutDown() throws Exception {
   super.shutdown();
 }
 @BeforeClass
 public void initClass() throws Exception {
   super.init();
 }