Home | History | Annotate | Download | only in uniquesuite
      1 package test.uniquesuite;
      2 
      3 import org.testng.annotations.Test;
      4 
      5 public class TestAfter2 extends BaseAfter {
      6 
      7   @Test
      8   public void verify() {
      9   }
     10 }
     11