Uses of Interface
org.apache.ant.antunit.AntUnitListener
-
Packages that use AntUnitListener Package Description org.apache.ant.antunit org.apache.ant.antunit.listener -
-
Uses of AntUnitListener in org.apache.ant.antunit
Fields in org.apache.ant.antunit declared as AntUnitListener Modifier and Type Field Description private AntUnitListenerAntUnit.BuildToAntUnitListener. aMethods in org.apache.ant.antunit with parameters of type AntUnitListener Modifier and Type Method Description voidAntUnit. add(AntUnitListener al)Add a test listener.Constructors in org.apache.ant.antunit with parameters of type AntUnitListener Constructor Description BuildToAntUnitListener(java.lang.String buildFile, AntUnitListener a) -
Uses of AntUnitListener in org.apache.ant.antunit.listener
Classes in org.apache.ant.antunit.listener that implement AntUnitListener Modifier and Type Class Description classBaseAntUnitListenerA test listener for <antunit> modeled aftern the Plain JUnit test listener that is part of Ant.classFailureAntUnitListenerThis AntUnitListener creates a new buildfile with a target for each failed test target in the AntUnit run.classLogForwarderA test listener for <antunit> who's whole purpose is to forward log output from the project under test to the project executing the <antunit> task.classPlainAntUnitListenerA test listener for <antunit> modelled after the Plain JUnit test listener that is part of Ant.classXMLAntUnitListenerA test listener for <antunit> modelled after the XML JUnit test listener that is part of Ant.
-