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