Home | History | Annotate | Download | only in listeners
      1 package test.listeners;
      2 
      3 import org.testng.annotations.Test;
      4 
      5 public class LSampleTest {
      6 
      7   @Test
      8   public void dummy() {}
      9 }
     10