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