Uses of Class
com.eviware.soapui.report.JUnitReportCollector

Packages that use JUnitReportCollector
com.eviware.soapui.report Classes for creating JUnit-reports 
com.eviware.soapui.tools SoapUI command-line tools 
 

Uses of JUnitReportCollector in com.eviware.soapui.report
 

Subclasses of JUnitReportCollector in com.eviware.soapui.report
 class JUnitSecurityReportCollector
          Collects Security Test results and creates JUnitReports
 

Methods in com.eviware.soapui.report that return JUnitReportCollector
static JUnitReportCollector JUnitReportCollector.createNew(int maxErrors)
          Use this factory method to allow usage of an external reportCollecto; it checks for a soapui.junit.reportCollector system property that should specify a class derived from this JUnitReportCollector which will be used instead
 

Uses of JUnitReportCollector in com.eviware.soapui.tools
 

Methods in com.eviware.soapui.tools with parameters of type JUnitReportCollector
 void SoapUITestCaseRunner.exportJUnitReports(JUnitReportCollector collector, java.lang.String folder, WsdlProject project)
           
 



Copyright © 2005-2011 eviware.com. All Rights Reserved.