Esempio n. 1
0
 @AfterClass
 public static void teardown() {
   HttpServer.exit();
 }
Esempio n. 2
0
 @BeforeClass
 public static void setup() {
   HttpServer.start();
 }