コード例 #1
0
 @After
 public void tearDown() throws Exception {
     server.stop();
 }
コード例 #2
0
 @Before
 public void setUp() throws Exception {
     server.start();
 }