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