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's EventBus to propagate events to listeners.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Link to the container.
  • Method Details

    • setOuter

      void setOuter(JUnit4 junit) throws org.apache.tools.ant.BuildException
      Link to the container. Listener can throw BuildException if parameter validation doesn't succeed, for example.
      Throws:
      org.apache.tools.ant.BuildException