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