com.carrotsearch.ant.tasks.junit4.listeners
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:
AggregatedSuiteResultEvent, AggregatedTestResultEvent, AggregatedQuitEvent

Method Summary
 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 throw BuildException if parameter validation doesn't succeed, for example.

Throws:
org.apache.tools.ant.BuildException


Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.