> + "*",
> + "192.168.0.1",
> + "80",
> + Rule.Protocol.TCP
> + )), "request-1");
> +
> + assertSent(server, "PUT",
> "/services/networking/networksecuritygroups/mygroup/rules/myrule");
> + } finally {
> + server.shutdown();
> + }
> + }
> +
> + private NetworkSecurityGroupApi networkSecurityGroupApi(final
> MockWebServer server) {
> + return api(server.getUrl("/")).getNetworkSecurityGroupApi();
> + }
> +}
Add the mock tests that exercise the defined fallbacks.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/161/files#r28064957