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