1 package test.sanitycheck; 2 3 import org.testng.annotations.Test; 4 5 public class SampleTest2 6 { 7 @Test() test2()8 public void test2() {} 9 } 10