Interface AggregatedEventListener
-
- All Known Implementing Classes:
AntXmlReport
,ExecutionTimesReport
,JsonReport
,TextReport
public interface AggregatedEventListener
A dummy interface to indicate listener types for ANT.JUnit4
uses guava'sEventBus
to propagate events to listeners.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setOuter(JUnit4 junit)
Link to the container.
-
-
-
Method Detail
-
setOuter
void setOuter(JUnit4 junit) throws org.apache.tools.ant.BuildException
Link to the container. Listener can throwBuildException
if parameter validation doesn't succeed, for example.- Throws:
org.apache.tools.ant.BuildException
-
-