Uses of Class
org.easetech.easytest.reports.data.ReportTotalsBean

Packages that use ReportTotalsBean
org.easetech.easytest.reports.impl   
 

Uses of ReportTotalsBean in org.easetech.easytest.reports.impl
 

Methods in org.easetech.easytest.reports.impl that return ReportTotalsBean
 ReportTotalsBean ReportBuilder.createTestClassSummary(List<ReportTotalsBean> testReportTotalsList)
          Produces the summary of the test class with statistics about totals (passed/failed/exception etc.)
 ReportTotalsBean ReportBuilder.createTestMethodSummary(List<TestResultBean> testResultBeans)
          Produces the summary of the test methed with statistics about totals (passed/failed/exception etc.)
 

Methods in org.easetech.easytest.reports.impl with parameters of type ReportTotalsBean
 void ReportBuilder.createTestReportSummaryGraphs(ReportTotalsBean reportTotalsBean)
          Produces the graphs of the totals for the test report
 

Method parameters in org.easetech.easytest.reports.impl with type arguments of type ReportTotalsBean
 ReportTotalsBean ReportBuilder.createTestClassSummary(List<ReportTotalsBean> testReportTotalsList)
          Produces the summary of the test class with statistics about totals (passed/failed/exception etc.)
 



Copyright © 2013. All Rights Reserved.