Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/fsharp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Junit中是否有类似于ErrorCollector的TestNG方法_Testng - Fatal编程技术网

Junit中是否有类似于ErrorCollector的TestNG方法

Junit中是否有类似于ErrorCollector的TestNG方法,testng,Testng,在Junit中是否有类似于ErrorCollector的TestNG方法,通过它我们可以在tesng中显示错误/执行 这看起来有点像软资产。TestNG最近在6.8中引入了软资产 import org.testng.asserts.SoftAssert; 阅读更多@

在Junit中是否有类似于ErrorCollector的TestNG方法,通过它我们可以在tesng中显示错误/执行


这看起来有点像软资产。TestNG最近在6.8中引入了软资产

import org.testng.asserts.SoftAssert;
阅读更多@