Interface IgnoredTestListener

All Superinterfaces:
junit.framework.TestListener
All Known Implementing Classes:
BriefJUnitResultFormatter, PlainJUnitResultFormatter, TestListenerWrapper, XMLJUnitResultFormatter

public interface IgnoredTestListener extends junit.framework.TestListener
Provides the functionality for TestListeners to be able to be notified of the necessary JUnit4 events for test being ignored (@Ignore annotation) or skipped (Assume failures). Tests written in JUnit4 will report against the methods in this interface alongside the methods in the existing TestListener