| 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
|
| Modifier and Type | Method and Description |
|---|---|
List<TestMethodDuration> |
TestResultBean.getTestItemDurations() |
Map<String,TestMethodDuration> |
TestResultBean.getTestItemDurationsMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestResultBean.addTestItemDurationBean(TestMethodDuration testItemDurationBean) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestResultBean.setTestItemDurations(List<TestMethodDuration> testItemDurations) |
void |
TestResultBean.setTestItemDurationsMap(Map<String,TestMethodDuration> testItemDurationsMap) |
| 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
|
Copyright © 2014. All rights reserved.