• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package test.sanitycheck;
2 
3 import org.testng.annotations.Test;
4 
5 public class SampleTest3
6 {
7    @Test()
test3()8    public void test3() {}
9 }
10