Home | History | Annotate | Download | only in verify
      1 package test.verify;
      2 
      3 import org.testng.annotations.Listeners;
      4 
      5 @Listeners(VerifyTestListener.class)
      6 public class Verify3Base {
      7 }
      8