01: package test.pkg2; 02: 03: import org.testng.annotations.Test; 04: 05: public class Test3 { 06: 07: @Test 08: public void method31() { 09: 10: } 11: 12: }