gpt4 book ai didi

java - 无法实例化类 utils.listeners.TestListener。空测试套件

转载 作者:行者123 更新时间:2023-12-02 10:36:27 24 4
gpt4 key购买 nike

我想在intellij中使用testng生成范围报告,但是当我运行xml文件时我得到了这种错误。谁能帮我解决这个错误?

this is the error got

这是 TestListener 类

this is TestListener class

Xml 套件

this is xml file for test suite

最佳答案

删除 TestListener 类中的抽象。

您必须实现 ITeSTListner 中的所有方法,即使您与该方法无关。在您的自定义监听器中,您错过了一种方法。

将此空方法添加到您的 TestListener 类

 @Override      
public void onTestFailedButWithinSuccessPercentage(ITestResult arg0) {
// TODO Auto-generated method stub

}

关于java - 无法实例化类 utils.listeners.TestListener。空测试套件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53260173/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com