| 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.runner |
Package containing the EasyTest runner implementation and various other supporting classes.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<TestResultBean>> |
ReportDataContainer.getMethodTestResults() |
List<TestResultBean> |
ReportDataContainer.getTestResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportDataContainer.addTestResult(TestResultBean testResult) |
| Modifier and Type | Method and Description |
|---|---|
ReportTotalsBean |
ReportBuilder.createTestMethodSummary(List<TestResultBean> testResultBeans)
Produces the summary of the test methed with statistics about totals
(passed/failed/exception etc.)
|
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 |
|---|---|
TestResultBean |
EasyFrameworkMethod.getTestResult() |
| Constructor and Description |
|---|
EasyFrameworkMethod(Method method,
Map<String,Object> testData,
TestResultBean testResult,
String methodNameForTestData)
Construct a new EasyFrameworkMethod
|
Copyright © 2014. All rights reserved.