Uses of Interface
net.sourceforge.groboutils.codecoverage.v2.ant.IReportStyle

Packages that use IReportStyle
net.sourceforge.groboutils.codecoverage.v2.ant Ant interface for performing the code coverage tasks. 
 

Uses of IReportStyle in net.sourceforge.groboutils.codecoverage.v2.ant
 

Classes in net.sourceforge.groboutils.codecoverage.v2.ant that implement IReportStyle
 class FailOnReportStyle
          Checks the coverage report for a subset of classes whose total coverage percentage isn't up-to-snuff.
 class SimpleHtmlReportStyle
          Describes a report style, used to generate readable reports from the XML output.
 class SimpleXslReportStyle
          Describes a report style, used to generate readable reports from the XML output.
 class SourceHtmlReportStyle
          Describes a report style, used to generate readable reports from the XML output.
 class SourceXslReportStyle
          This is a combo report, which means that it only works with the combined coverage file.
 class XmlReportStyle
          Generates the XML file for the report.
 

Methods in net.sourceforge.groboutils.codecoverage.v2.ant with parameters of type IReportStyle
 void GroboReportTask._addSingle(IReportStyle rs)
          Even though these are public, they take an interface, and so can't be called through the Ant script.
 void GroboReportTask._addCombo(IReportStyle rs)
          Even though these are public, they take an interface, and so can't be called through the Ant script.
 



Copyright © 2001-2003 by The GroboUtils Project