public class EUnitXMLFormatter extends Object
Constructor and Description |
---|
EUnitXMLFormatter(EUnitModule module) |
Modifier and Type | Method and Description |
---|---|
Document |
generate()
Generates a DOM tree with the results of the provided EUnit module, following
the format of the JUnit Ant task.
|
void |
generate(File reportDirectory)
Generates the report using
generate() , and then saves the XML document into a file. |
public EUnitXMLFormatter(EUnitModule module)
public Document generate() throws EolRuntimeException
EolRuntimeException
public void generate(File reportDirectory) throws EolRuntimeException
generate()
, and then saves the XML document into a file.reportDirectory
- Destination directory.EolRuntimeException
Copyright © 2020. All rights reserved.