当我在ExtentHtmlReporter类中使用setTestViewChartLocation方法时,“没有这样的方法错误”

时间:2019-06-03 09:33:25

标签: extentreports

我正在尝试使用扩展HTML报告程序类将chartLocation设置为底部。但是,我发现该问题是“无此类方法错误”。

我正遇到另一种方法的问题,即getTestViewChartLocation()

我尝试了不同版本的范围报告,包括4.0.9和3.1.3

例如:

ExtentHtmlReporter htmlreporter = new ExtentHtmlReporter(System.getProperty("user.dir") + "/test-output/OutputReport.html");
htmlreporter.config().setTestViewChartLocation(ChartLocation.BOTTOM);

该方法是实际有效的。但我仍然观察到以下错误

  

java.lang.NoSuchMethodError:com.aventstack.extentreports.reporter.configuration.ExtentHtmlReporterConfiguration.getTestViewChartLocation()Lcom / aventstack / extentreports / reporter / configuration / ChartLocation;

0 个答案:

没有答案