摘要: package com.course.testng;import org.testng.annotations.AfterMethod;import org.testng.annotations.BeforeMethod;import org.testng.annotations.Test;public class BasicAnnotation { //最基本的注解,用来把方法标记为测试的... 阅读全文
posted @ 2018-05-07 23:15 taotao12 阅读(506) 评论(0) 推荐(0) 编辑
摘要: 1.创建一个Maven工程 2.点击java,右键-新建一个类 阅读全文
posted @ 2018-05-07 22:55 taotao12 阅读(6374) 评论(0) 推荐(0) 编辑