package test.uniquesuite;

import org.testng.annotations.Test;

public class TestAfter1 extends BaseAfter {

  @Test
  public void verify() {
  }
}
