> +
> +import javax.ws.rs.core.MediaType;
> +
> +import java.net.URI;
> +
> +import static
> org.jclouds.googlecomputeengine.GoogleComputeEngineConstants.COMPUTE_READONLY_SCOPE;
> +import static
> org.jclouds.googlecomputeengine.GoogleComputeEngineConstants.COMPUTE_SCOPE;
> +import static org.testng.Assert.assertEquals;
> +import static org.testng.Assert.assertTrue;
> +import static org.testng.AssertJUnit.assertNull;
> +
> +/**
> + * @author Andrea Turli
> + */
> +@Test(groups = "unit")
> +public class ForwardingRuleApiExpectTest extends
> BaseGoogleComputeEngineApiExpectTest {
it is probably a good idea, but not for this PR :)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/22/files#r18215853