01: package test.uniquesuite; 02: 03: import org.testng.annotations.Test; 04: 05: public class TestAfter2 extends BaseAfter { 06: 07: @Test 08: public void verify() { 09: } 10: }