@AfterClass
 public static void stopServer() {
   server.stop();
 }
コード例 #2
0
 @AfterClass
 public static void tearDown() throws Exception {
   webdriverFacade.closeBrowser();
   server.stop();
 }