> +import org.testng.annotations.Test;
> +
> +import java.net.URI;
> +import java.util.Set;
> +
> +import static org.testng.Assert.assertEquals;
> +import static org.testng.Assert.assertFalse;
> +import static org.testng.Assert.assertNull;
> +import static org.testng.Assert.assertTrue;
> +
> +
> +/**
> + * Tests ServerGroupApi guice wiring and parsing
> + */
> +@Test(groups = "unit", testName = "ServerGroupApiExpectTest")
> +public class ServerGroupApiExpectTest extends BaseNovaApiExpectTest {Is it feasible to switch to mock tests here in line with how new code is being implemented? Or do we want to keep expect tests for consistency. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/748/files#r30762831
