blob: 54b4c56fdf6b25cb010b6ecc6de3445477425d26 [file] [log] [blame]
package test.testnames;
import org.testng.annotations.Test;
public class TestNamesFeature {
@Test
public void sampleOutputTest1() {}
@Test
public void sampleOutputTest2() {}
}