@AfterClass(alwaysRun = true)
 public void cleanUpArtifacts()
     throws APIManagerIntegrationTestException, XPathExpressionException {
   apiStoreClientUser1.removeApplication(APPLICATION_NAME);
   deleteAPI(apiIdentifier, apiPublisherClientUser1);
 }
コード例 #2
0
 @AfterClass(alwaysRun = true)
 public void destroy() throws Exception {
   apiStore.removeApplication("PizzaShack");
 }
コード例 #3
0
 @AfterClass(alwaysRun = true)
 public void destroy() throws Exception {
   apiStore.removeApplication("DAOTestAPI-Application");
 }
 @AfterClass(alwaysRun = true)
 public void cleanUpArtifacts() throws APIManagerIntegrationTestException {
   apiStoreClientUser1.removeApplication(applicationNameGold);
   apiStoreClientUser1.removeApplication(applicationNameSilver);
   deleteAPI(apiIdentifier, apiPublisherClientUser1);
 }