blob: d412f8255fab18e40ccf95f9bcc5d335d79dce7a [file] [log] [blame]
package test.sanitycheck;
import org.testng.annotations.Test;
public class SampleTest1
{
@Test()
public void test1() {}
}