• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package test.testnames;
2 
3 import org.testng.annotations.Test;
4 
5 public class TestNamesFeature {
6 
7     @Test
sampleOutputTest1()8     public void sampleOutputTest1() {}
9 
10     @Test
sampleOutputTest2()11     public void sampleOutputTest2() {}
12 }
13