blob: 5ef1f91bf918276413a7405fe91f658187aad9f9 [file] [log] [blame]
package test.reports;
import org.testng.annotations.Test;
@Test(suiteName = "SuiteB-JDK5")
public class B {
public void f() {}
}