Class EUnitXMLFormatter
java.lang.Object
org.eclipse.epsilon.internal.eunit.xml.EUnitXMLFormatter
Class which saves the results of an EUnit test run as an XML file, using the
de facto standard format used by the JUnit Ant task.
- Version:
- 1.0
- Author:
- Antonio García-Domínguez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerate()
Generates a DOM tree with the results of the provided EUnit module, following the format of the JUnit Ant task.void
Generates the report usinggenerate()
, and then saves the XML document into a file.
-
Constructor Details
-
EUnitXMLFormatter
-
-
Method Details
-
generate
Generates a DOM tree with the results of the provided EUnit module, following the format of the JUnit Ant task.- Throws:
EolRuntimeException
-
generate
Generates the report usinggenerate()
, and then saves the XML document into a file.- Parameters:
reportDirectory
- Destination directory.- Throws:
EolRuntimeException
-