| org.apache.ivy.ant.AntCallTriggerTest
AntCallTriggerTest | public class AntCallTriggerTest extends TestCase (Code) | | |
Method Summary | |
protected void | addBuildListeners(Project project, int level) Adds the listeners specified in the command line arguments, along with the default listener,
to the specified project.
Parameters: project - The project to add listeners to. | protected void | tearDown() | public void | test() |
addBuildListeners | protected void addBuildListeners(Project project, int level)(Code) | | Adds the listeners specified in the command line arguments, along with the default listener,
to the specified project.
Parameters: project - The project to add listeners to. Must not be null . |
|
|