public class ReportAggregates
extends java.lang.Object
| Constructor and Description |
|---|
ReportAggregates(java.util.List<Test> testList,
java.util.List<java.lang.String> testRunnerLogs,
TestAttributeTestContextProvider<Category> categoryContext,
TestAttributeTestContextProvider<Author> authorContext,
TestAttributeTestContextProvider<Device> deviceContext,
ExceptionTestContextImpl exceptionContext,
SystemAttributeContext systemAttributeContext,
ReportStatusStats reportStatusStats,
java.util.List<Status> statusList) |
| Modifier and Type | Method and Description |
|---|---|
TestAttributeTestContextProvider<Author> |
getAuthorContext() |
TestAttributeTestContextProvider<Category> |
getCategoryContext() |
TestAttributeTestContextProvider<Device> |
getDeviceContext() |
ExceptionTestContextImpl |
getExceptionContext() |
ReportStatusStats |
getReportStatusStats() |
Status |
getStatus() |
java.util.List<Status> |
getStatusList() |
SystemAttributeContext |
getSystemAttributeContext() |
java.util.List<Test> |
getTestList() |
java.util.List<java.lang.String> |
getTestRunnerLogs() |
public ReportAggregates(java.util.List<Test> testList, java.util.List<java.lang.String> testRunnerLogs, TestAttributeTestContextProvider<Category> categoryContext, TestAttributeTestContextProvider<Author> authorContext, TestAttributeTestContextProvider<Device> deviceContext, ExceptionTestContextImpl exceptionContext, SystemAttributeContext systemAttributeContext, ReportStatusStats reportStatusStats, java.util.List<Status> statusList)
public java.util.List<Test> getTestList()
public java.util.List<java.lang.String> getTestRunnerLogs()
public TestAttributeTestContextProvider<Category> getCategoryContext()
public TestAttributeTestContextProvider<Author> getAuthorContext()
public TestAttributeTestContextProvider<Device> getDeviceContext()
public ExceptionTestContextImpl getExceptionContext()
public SystemAttributeContext getSystemAttributeContext()
public ReportStatusStats getReportStatusStats()
public java.util.List<Status> getStatusList()
public Status getStatus()
Copyright © 2018. All Rights Reserved.