| Package | Description |
|---|---|
| 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.
|
| org.easetech.easytest.util |
Util Package
|
| Constructor and Description |
|---|
ReportBuilder(ReportDataContainer reportDataContainer)
Constructor
|
ReportRunner(ReportDataContainer testReportContainer,
Report.EXPORT_FORMAT[] formats,
Report.REPORT_TYPE[] types,
String destinationLocation)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RunnerUtil.handleMethodsWithData(List<org.junit.runners.model.FrameworkMethod> methodsWithData,
List<org.junit.runners.model.FrameworkMethod> finalList,
org.junit.runners.model.TestClass testClazz,
ReportDataContainer testReportContainer) |
static void |
RunnerUtil.handleMethodsWithNoData(List<org.junit.runners.model.FrameworkMethod> methodsWithNoData,
List<org.junit.runners.model.FrameworkMethod> finalList,
ReportDataContainer testReportContainer) |
static List<org.junit.runners.model.FrameworkMethod> |
RunnerUtil.testMethods(org.junit.runners.model.TestClass testClazz,
ReportDataContainer testReportContainer,
Map<String,List<Map<String,Object>>> writableData) |
| Constructor and Description |
|---|
RunAftersWithOutputData(org.junit.runners.model.Statement next,
List<org.junit.runners.model.FrameworkMethod> afters,
Object target,
List<TestInfo> testInfoList,
Map<String,List<Map<String,Object>>> writableData,
ReportDataContainer testReportContainer)
Construct a new RunAftersWithOutputData
|
Copyright © 2014. All rights reserved.