blob: 019dadcfedc9067bb21c66118c70a28b126fa990 [file] [log] [blame]
import org.testng.annotations.AfterTest;
public class Testt {
/**
* @testng.before-suite<caret>
*/
@AfterTest
public void afterBefore(){
}
}