Package | Description |
---|---|
org.apache.ant.antunit | |
org.apache.ant.antunit.listener |
Modifier and Type | Method and Description |
---|---|
void |
AntUnit.add(AntUnitListener al)
Add a test listener.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAntUnitListener
A test listener for <antunit> modeled aftern the Plain JUnit
test listener that is part of Ant.
|
class |
FailureAntUnitListener
This AntUnitListener creates a new buildfile with a target for each
failed test target in the AntUnit run.
|
class |
LogForwarder
A 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.
|
class |
PlainAntUnitListener
A test listener for <antunit> modelled after the Plain JUnit
test listener that is part of Ant.
|
class |
XMLAntUnitListener
A test listener for <antunit> modelled after the XML JUnit
test listener that is part of Ant.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.