> +
> +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 {

Still using expect tests? Would it make sense to start with MWS at some point 
here..?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/22/files#r18015704

Reply via email to