摘要:
/*创建的类为junit class*/package Selenium_lassen;import static org.junit.Assert.*;import java.io.File;import org.junit.After;import org.junit.Before;import... 阅读全文
摘要:
/*创建类的时候是TestNG Class*/package Selenium_lassen;import static org.junit.Assert.*;import java.util.concurrent.TimeUnit;import org.junit.After;import org... 阅读全文
摘要:
创建MAVEN项目pom.xml报错Failure to transfer org.apache.maven:maven-archiver:jar:2.4.2 from http://repo.maven.apache.org/maven2 was cached in the local repos... 阅读全文
摘要:
http://blog.csdn.net/sushengmiyan/article/details/40142771使用maven创建一个helloworld在本地硬盘创建一个文件夹作为maven项目工作目录,cmd切换到这个目录,然后执行如下cmd命令:第一步:mvnarchetype:gener... 阅读全文