public class Report extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addTest(org.dom4j.Document test)
Adds the test to the suite report given an XML test document
|
String |
getSummary() |
boolean |
hasFailures()
Determines if any failures (errors or failures) have occurred in this
report.
|
void |
save(File reportDir)
Write the report XML document out to file
|
protected Suite suite
public Report(Suite suite)
public void addTest(org.dom4j.Document test)
public boolean hasFailures()
public void save(File reportDir) throws org.apache.tools.ant.BuildException
reportDir - Directory to hold report file.org.apache.tools.ant.BuildExceptionpublic String getSummary()
Copyright © 2020 The Apache Software Foundation. All rights reserved.