-
- All Implemented Interfaces:
public class XmlExporter
-
-
Field Summary
Fields Modifier and Type Field Description public final static XmlExporterINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitexportToHtmlFile(AggregatedData aggData, File outFile, String title)Exports given matrix to the given file, as a JUnit-like XML. final UnitexportToXML(AggregatedData aggData, File fout)Exports given matrix to the given file, as a JUnit-like XML. -
-
Method Detail
-
exportToHtmlFile
final Unit exportToHtmlFile(AggregatedData aggData, File outFile, String title)
Exports given matrix to the given file, as a JUnit-like XML. Intentionally written using appender for the sake of speed.
-
exportToXML
final Unit exportToXML(AggregatedData aggData, File fout)
Exports given matrix to the given file, as a JUnit-like XML.
-
-
-
-