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