> +import org.jclouds.domain.LocationBuilder;
> +import org.jclouds.domain.LocationScope;
> +import org.jclouds.rest.AuthorizationException;
> +import org.testng.annotations.Test;
> +
> +import java.net.URI;
> +import java.util.Set;
> +
> +import static org.assertj.core.api.Assertions.assertThat;
> +import static org.easymock.EasyMock.anyObject;
> +import static org.easymock.EasyMock.createMock;
> +import static org.easymock.EasyMock.expect;
> +import static org.easymock.EasyMock.replay;
> +
> +@Test(groups = "unit", singleThreaded = true, testName =
> "ArbitraryCpuRamTemplateBuilderImplTest")
> +public class ArbitraryCpuRamTemplateBuilderImplTest {
Can we extend another test and inherit the fixture?
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/984/files/55c696c2ba870e202cfb8e42734e66bb31aab7b4#r73572472