> @@ -34,10 +35,7 @@ > import java.util.UUID; > > import static > org.jclouds.openstack.marconi.v1.options.ListQueuesOptions.Builder.limit; > -import static org.testng.Assert.assertEquals; > -import static org.testng.Assert.assertFalse; > -import static org.testng.Assert.assertNotNull; > -import static org.testng.Assert.assertTrue; > +import static org.testng.Assert.*;
Do we do wildcard imports? I thought not? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/96/files#r13473721
