blob: 5b2443d39328cb2654cff7e1f0c792cb86979bfc [file] [log] [blame]
package pkg;
import org.testng.annotations.Test;
public class TestNGTest {
@Test
public void test() {
}
}