| Package | Description |
|---|---|
| org.easetech.easytest.reports.data |
Package containing classes that are responsible for gathering data for the reporting module of Easytest.
|
| org.easetech.easytest.reports.impl |
Package containing the Report module classes
|
| org.easetech.easytest.reports.utils |
Util package
|
| Modifier and Type | Method and Description |
|---|---|
List<Duration> |
MethodDurationReportBean.getDurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodDurationReportBean.setDurations(List<Duration> durations) |
| Modifier and Type | Method and Description |
|---|---|
Duration |
ReportBuilder.calculateTestDurationBean(String method,
List<TestMethodDuration> testMethodDurations)
Calculate the duration beans based on the test method duration beans
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Duration> |
ReportBuilder.getMethodDurationBeans(Map<String,List<TestResultBean>> methodTestResults)
Get a map of key = method name, value = list of test result beans
Each individual TestResultBean has a list of TestMethodDuration bean (which hold the duration of each individual test method call)
|
| Modifier and Type | Method and Description |
|---|---|
static org.jfree.data.category.CategoryDataset |
ChartUtils.createDatasetCountLine(List<Duration> inputDataset,
String countLabel)
Create a data structure that hold the amount of test executions
This is used for a bar chart that represends the test/service method duration in time and amount of method/service executions
|
static org.jfree.data.category.CategoryDataset |
ChartUtils.createDatasetDuration(List<Duration> inputDataset,
String labelSeries1,
String labelSeries2,
String labelSeries3)
Create a data structure that holds the min, max and avg duration
This is used for a bar chart that represends the test/service method duration in time
|
Copyright © 2014. All rights reserved.