1 package test.jarpackages.tests; 2 3 import org.testng.annotations.Test; 4 5 public class B { 6 7 @Test g()8 public void g() {} 9 } 10