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