摘要:
地址:https://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/ 下载:moco-runner-0.11.0-standalone.jar 配置 java -jar ./moco-runner-0.11.0-standalone. 阅读全文
摘要:
pom.xml <dependencies> <dependency> <groupId>com.relevantcodes</groupId> <artifactId>extentreports</artifactId> <version>2.41.1</version> </dependency 阅读全文
摘要:
package com.Paramter;import org.testng.annotations.Test;public class timeTest { @Test(timeOut = 2000) public void timeSuccesTest()throws InterruptedEx 阅读全文
摘要:
异常测试 package com.suite;import org.testng.annotations.Test;public class ExpectedTest { @Test(expectedExceptions = RuntimeException.class) public void r 阅读全文