blob: 9ecb928a6d796ff65ed042341b81840ef5cd2eb6 [file] [log] [blame]
package test.regression.groupsordering;
import org.testng.annotations.Test;
public class B extends Base {
@Test(groups= "a")
public void testB() throws Exception {
Base.s_childBWasRun= true;
}
}