blob: 1a9252fbc8d79f72bf9ca143ad3f25f8b5f6f608 [file] [log] [blame]
package test.pkg2;
import org.testng.annotations.Test;
public class Test1 {
@Test
public void method11() {
}
@Test
public void method12() {
}
}