我正在尝试使用扩展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;