> + public Set<String> getIso3166Codes() {
> + return ImmutableSet.<String>of();
> + }
> +
> + @Override
> + public String getId() {
> + return "id";
> + }
> +
> + @Override
> + public String getDescription() {
> + return "description";
> + }
> + };
> +
> + public void testInstanceWithNullGroup() {
Thanks. Made the unit test look more like DropletToNodeMetadataTest .
Added also a test for a non-null case.
Applied Coding Standards in the whole Test.java file
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/26/files#r13487276