1 package test.pkg2; 2 3 import org.testng.annotations.Test; 4 5 public class Test1 { 6 7 @Test method11()8 public void method11() { 9 10 } 11 12 @Test method12()13 public void method12() { 14 15 } 16 17 } 18