blob: 2273c7549aa3b4fc419af6c7f344a2d079a49d88 [file] [log] [blame]
package test.uniquesuite;
import org.testng.annotations.Test;
public class TestAfter2 extends BaseAfter {
@Test
public void verify() {
}
}