Uses of Class
us.abstracta.jmeter.javadsl.octoperf.api.TableEntry
-
Packages that use TableEntry Package Description us.abstracta.jmeter.javadsl.octoperf -
-
Uses of TableEntry in us.abstracta.jmeter.javadsl.octoperf
Methods in us.abstracta.jmeter.javadsl.octoperf that return types with arguments of type TableEntry Modifier and Type Method Description List<TableEntry>OctoPerfClient. findTableStats(BenchReport.StatisticTableReportItem tableReport)Constructors in us.abstracta.jmeter.javadsl.octoperf with parameters of type TableEntry Constructor Description OctoPerfStatsSummary(BenchResult result, TableEntry s)Constructor parameters in us.abstracta.jmeter.javadsl.octoperf with type arguments of type TableEntry Constructor Description OctoPerfTestPlanStats(double[] summaryStats, List<TableEntry> tableStats, List<VirtualUser> vus, BenchResult result)
-