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