01: package test.regression.groupsordering; 02: 03: import org.testng.annotations.Test; 04: 05: public class A extends Base { 06: 07: @Test(groups="a") 08: public void testA() throws Exception { 09: s_childAWasRun = true; 10: } 11: }