> +import org.jclouds.googlecomputeengine.domain.Metadata;
> +import org.testng.annotations.Test;
> +
> +import com.google.common.base.Predicate;
> +import com.google.common.base.Supplier;
> +import com.google.common.base.Throwables;
> +import com.google.common.collect.ImmutableMap;
> +import com.google.common.collect.ImmutableSet;
> +
> +/**
> + * GroupNamingConvention that always returns the same name provided in the
> constructor.
> + * The predicates returned always evaluate to true.
> + * @author Marek Wieczorek
> + *
> + */
> +class FixedGroupNamingConvention implements GroupNamingConvention {
Please make this an inner class of the test?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/26/files#r13318467