@AfterClass(alwaysRun = true) public void cleanUpArtifacts() throws APIManagerIntegrationTestException, XPathExpressionException { apiStoreClientUser1.removeApplication(APPLICATION_NAME); deleteAPI(apiIdentifier, apiPublisherClientUser1); }
@AfterClass(alwaysRun = true) public void destroy() throws Exception { apiStore.removeApplication("PizzaShack"); }
@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); }