摘要: 1.因为你@Test时import的是@org.testng.annotations.Test所以会报错 解决方法:改为import org.junit.Test;就可以了 阅读全文
posted @ 2017-01-25 15:07 ppjj 阅读(17384) 评论(0) 推荐(2) 编辑