> +
> +      try {
> +         HeatApi heatApi = api(server.getUrl("/").toString(), 
> "openstack-heat", overrides);
> +         StackApi api = heatApi.getStackApi("RegionOne");
> +
> +         AutoStack stack = api.get("simple_stack", 
> "3095aefc-09fb-4bc7-b1f0-f21a304e864c");
> +         System.out.println(stack);
> +
> +         Method[] methods = stack.getClass().getDeclaredMethods();
> +         for (Method m : methods) {
> +            System.out.println(m.getName());
> +         }
> +
> +         /*
> +          * Check request
> +          */

The asserts in any of these tests don't require comments.

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

Reply via email to