01: package test.pkg2; 02: 03: import org.testng.annotations.Test; 04: 05: public class Test1 { 06: 07: @Test 08: public void method11() { 09: 10: } 11: 12: @Test 13: public void method12() { 14: 15: } 16: 17: }