Package net.sourceforge.cobertura.reporting.xml

Examples of net.sourceforge.cobertura.reporting.xml.XMLReport


                                coverageReportEncoding );
            }
           
            if ( format.contains( "xml" ) )
            {
                new XMLReport( coverageProjectData, coverageReportDestinationDir, finder, complexity );
            }
           
            if ( format.contains( "summaryXml" ) )
            {
                new SummaryXMLReport( coverageProjectData, coverageReportDestinationDir, finder, complexity );
View Full Code Here

TOP

Related Classes of net.sourceforge.cobertura.reporting.xml.XMLReport

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.