blob: e63bc8b7644725751e435cd4eb9fdb588a35b9ca [file] [log] [blame]
package test.reports;
import org.testng.annotations.Test;
@Test(suiteName = "SuiteA-JDK5", testName = "TestA-JDK5")
public class A {
public void f() {}
}