package test.sanitycheck; import org.testng.annotations.Test; public class SampleTest1 { @Test() public void test1() {} }