コード例 #1
0
 @AfterClass
 public static void destroy() throws Exception {
   AbstractTestRestApi.shutDown();
 }
コード例 #2
0
 @BeforeClass
 public static void init() throws Exception {
   AbstractTestRestApi.startUp();
 }