@AfterMethod public void tearDownTest() throws Throwable { try { testHost.deleteServiceSynchronously(); } catch (ServiceHost.ServiceNotFoundException e) { // Exceptions are expected in the case where a service instance was not successfully // created. } }
@AfterMethod public void tearDownTest() throws Throwable { testHost.deleteServiceSynchronously(); }