blob: d5fbf25f642460607cda896f250a3c14d920a85d [file] [log] [blame]
package test.regression.groupsordering;
import org.testng.annotations.Test;
public class A extends Base {
@Test(groups= "a")
public void testA() throws Exception {
s_childAWasRun= true;
}
}