Interface AggregatedEventListener
-
- All Known Implementing Classes:
AntXmlReport,ExecutionTimesReport,JsonReport,TextReport
public interface AggregatedEventListenerA dummy interface to indicate listener types for ANT.JUnit4uses guava'sEventBusto propagate events to listeners.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOuter(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 throwBuildExceptionif parameter validation doesn't succeed, for example.- Throws:
org.apache.tools.ant.BuildException
-
-