• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package test.reports;
2 
3 import org.testng.annotations.Test;
4 
5 @Test(suiteName = "SuiteA-JDK5", testName = "TestA-JDK5")
6 public class A {
7 
f()8   public void f() {}
9 
10 }
11