blob: 5c148e87fbd33048b1ef2d115e0cddc5c727c061 [file] [log] [blame]
import org.testng.annotations.Test;
public class Testt {
@Test(groups = "group1")
public void testGroups(){
}
}