public class AntXmlReport extends Object implements AggregatedEventListener
junit
task. These files do not include full
information but many tools can parse them.Constructor and Description |
---|
AntXmlReport() |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguredTokenFilter(org.apache.tools.ant.filters.TokenFilter filter)
Adds method name filter.
|
void |
onSuiteResult(AggregatedSuiteResultEvent e)
Emit information about all of suite's tests.
|
void |
setDir(File dir)
Output directory to write reports to.
|
void |
setIgnoreDuplicateSuites(boolean ignoreDuplicateSuites)
Ignore duplicate suite names.
|
void |
setMavenExtensions(boolean mavenExtensions)
Emit maven elements in the XML (extensions compared to ANT).
|
void |
setOuter(JUnit4 junit4)
Link to the container.
|
void |
setOutputStreams(boolean outputStreams)
Include output streams? Mind that with large outputs the report may OOM.
|
public void setDir(File dir)
public void setOutputStreams(boolean outputStreams)
public void setMavenExtensions(boolean mavenExtensions)
public void setIgnoreDuplicateSuites(boolean ignoreDuplicateSuites)
public void addConfiguredTokenFilter(org.apache.tools.ant.filters.TokenFilter filter)
public void setOuter(JUnit4 junit4)
AggregatedEventListener
BuildException
if
parameter validation doesn't succeed, for example.setOuter
in interface AggregatedEventListener
public void onSuiteResult(AggregatedSuiteResultEvent e)
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.