1 package test.reports;
2 
3 import org.testng.annotations.Test;
4 
5 @Test(suiteName = "SuiteB-JDK5")
6 public class B {
7 
f()8   public void f() {}
9 
10 }
11