01: package test.mannotation; 02: 03: import org.testng.annotations.Test; 04: 05: @Test(groups="child") 06: public class MChildCaptureTest extends MBaseCapture { 07: 08: public void f() { 09: 10: } 11: }