> +import org.apache.jclouds.profitbricks.rest.domain.Volume;
> +import org.apache.jclouds.profitbricks.rest.ids.VolumeRef;
> +import
> org.apache.jclouds.profitbricks.rest.internal.BaseProfitBricksLiveTest;
> +import static org.testng.Assert.assertEquals;
> +import org.testng.annotations.Test;
> +import static org.testng.Assert.assertFalse;
> +import static org.testng.Assert.assertNotNull;
> +import org.testng.annotations.AfterClass;
> +import org.testng.annotations.BeforeClass;
> +
> +@Test(groups = "live", testName = "SnapshotApiLiveTest")
> +public class SnapshotApiLiveTest extends BaseProfitBricksLiveTest {
> +
> + DataCenter dataCenter;
> + Volume testVolume;
> + Snapshot testSnapshot;
Make these variables private
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/244/files#r55017344