> +
> +         /*
> +          * Check request
> +          */
> +         assertThat(server.getRequestCount()).isEqualTo(2);
> +         assertAuthentication(server);
> +         assertRequest(server.takeRequest(), "GET", BASE_URI + "/stacks");
> +
> +         /*
> +          * Check response
> +          */
> +         assertThat(stacks).isEmpty();
> +      } finally {
> +         server.shutdown();
> +      }
> +   }

Add also the tests for the list methods that receive an options parameter.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/188/files#r28425081

Reply via email to