Home | History | Annotate | Download | only in testng
      1 package org.testng;
      2 
      3 /**
      4  * This is a marker interface for all objects that can be passed
      5  * as a -listener argument.
      6  *
      7  * @author cbeust
      8  */
      9 public interface ITestNGListener {
     10 }
     11