blob: 91b697f6283d4474e02c4699e14f73487ccda18c [file] [log] [blame]
import org.testng.annotations.Test;
public class Testt {
@Test
public void test() {
//do smth
}
}