• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package test.guice;
2 
3 import org.testng.annotations.Guice;
4 import org.testng.annotations.Test;
5 
6 @Guice
7 public class GuiceNoModuleTest {
8 
9   @Test
f()10   public void f() {
11   }
12 }
13