Uses of Class
us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter
-
Packages that use HtmlReporter Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.core.listeners -
-
Uses of HtmlReporter in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return HtmlReporter Modifier and Type Method Description static HtmlReporterJmeterDsl. htmlReporter(String reportsDirectory)Builds an HTML Reporter which allows easily generating HTML reports for test plans.static HtmlReporterJmeterDsl. htmlReporter(String reportsDirectory, String name)Builds an HTML Reporter which allows easily generating HTML reports for test plans. -
Uses of HtmlReporter in us.abstracta.jmeter.javadsl.core.listeners
Methods in us.abstracta.jmeter.javadsl.core.listeners that return HtmlReporter Modifier and Type Method Description HtmlReporterHtmlReporter. apdexThresholds(Duration satisfiedThreshold, Duration toleratedThreshold)Allows to configure general Apdex thresholds for all requests.HtmlReporterHtmlReporter. timeGraphsGranularity(Duration granularity)Allows specifying the granularity for time graphs.HtmlReporterHtmlReporter. transactionApdexThresholds(String sampleLabelRegex, Duration satisfiedThreshold, Duration toleratedThreshold)Allows to configure a particular sample label Apdex thresholds.
-