1 package test.mannotation;
2 
3 import org.testng.annotations.Test;
4 
5 @Test(groups = "child")
6 public class MChildCaptureTest extends MBaseCapture {
7 
f()8   public void f() {
9 
10   }
11 }
12