blob: b95d142e4f6adceca8214b039bb83070e33802e5 [file] [log] [blame]
package test.listeners;
import org.testng.annotations.Test;
public class ExecutionListener1SampleTest {
@Test
public void f() {}
}