blob: 3caf211accbe7db9ab603436297780489d9c29c2 [file] [log] [blame]
package test.mannotation;
import org.testng.annotations.Test;
@Test(groups = "child")
public class MChildCaptureTest extends MBaseCapture {
public void f() {
}
}