四、日志输出Reporter.log
一、Reporter.log
import org.testng.Reporter; public class TestLog { public static void main(String[] args) { String src="https://baidu.com"; int num=100; int ramdomInt=0; Reporter.log(src,true); Reporter.log(String.valueOf(num),true); } } -------------------------------- 输出 https://baidu.com 100
当有些人一出生就有的东西,我们要为之奋斗几十年才拥有。但有一样东西,你一辈子都不会有,那就是我们曾经一无所有。