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