摘要:
按住CTRL键鼠标悬浮到方法名称上,可看到此方法返回的对象类型; 一.HttpClient的get方法实现demo 说明:此demo结合了mock的接口来演示实战 package com.course.httpclient.cookies;import org.apache.http.HttpRes 阅读全文
摘要:
一.如何获得moco框架对应jar包,在如下github链接获取: https://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/0.11.0/ 文件名称为:moco-runner-0.11.0-standalone.jar 二.mo 阅读全文
摘要:
一.TestNG自带测试报告、ReportNG与ExtentReport效果对比; 二.ExtentReport基本配置 1.首先在module的pom.xml文件中做如下配置,引入相关包文件: pom.xml: <dependencies> <dependency> <groupId>com.re 阅读全文