> + }
> +
> + @Override @AfterClass(groups = "live")
> + protected void tearDown() {
> + String requestId = api().delete(CLOUD_SERVICE);
> + if (requestId != null) {
> + operationSucceeded.apply(requestId);
> + }
> +
> + super.tearDown();
> + }
> +
> + public void testList() {
> + List<CloudService> response = api().list();
> +
> + for (CloudService cloudService : api().list()) {
[minor] `for (CS cloudService : response)`?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/95/files#r19249904