> @@ -50,223 +47,139 @@ > /** > * Mock test for Glacier. > */ > -@Test > +@Test(dataProvider = "args") > +@Guice(modules = InterceptionModule.class)
What benefits does this injection approach offer over simple @BeforeTest and @AfterTest annotations? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/17/files#r13944887
