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

Packages that use TestResultBean
org.easetech.easytest.reports.data   
org.easetech.easytest.reports.impl   
org.easetech.easytest.runner   
 

Uses of TestResultBean in org.easetech.easytest.reports.data
 

Methods in org.easetech.easytest.reports.data that return types with arguments of type TestResultBean
 Map<String,List<TestResultBean>> ReportDataContainer.getMethodTestResults()
           
 List<TestResultBean> ReportDataContainer.getTestResults()
           
 

Methods in org.easetech.easytest.reports.data with parameters of type TestResultBean
 void ReportDataContainer.addTestResult(TestResultBean testResult)
           
 

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

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

Uses of TestResultBean in org.easetech.easytest.runner
 

Constructors in org.easetech.easytest.runner with parameters of type TestResultBean
InternalParameterizedStatement(org.junit.runners.model.FrameworkMethod fTestMethod, TestResultBean testResult, ReportDataContainer testReportContainer, Map<String,List<Map<String,Object>>> writableData, org.junit.runners.model.TestClass testClass, Object testInstance)
           
 



Copyright © 2013. All Rights Reserved.