import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;
public class TestNG_sample {
@BeforeTest
public void Test1() {
System.out.println("am executin test1");
}
}
我做什么好?来解决这个问题?
发布于 2015-12-03 20:51:50
请尝试以下步骤。
·帮助·安装新软件...·已安装的是什么?·选择TestNG M2E软件,然后单击卸载
希望这能有所帮助!
https://stackoverflow.com/questions/34063151
复制