![]()
|
TestDescriptionThis is a primitive task to execute a unit test in the org.apache.testlet framework. Note: This task depends on external libraries not included in the Ant distribution. See Library Dependencies for more information. Parameters
The user can also specify the nested <classpath> element which defines classpath in which the task is executed. The user also specifies a subelement per testlet executed which has content that specifies tasklet classname. ExamplesThe above will run the testlets org.foo.MyTestlet and org.foo.MyOtherTestlet<test showSuccess="false" showBanner="false" showTrace="true" forceShowTrace="true"> <classpath refid="test.classpath"/> <testlet>org.foo.MyTestlet</testlet> <testlet>org.foo.MyOtherTestlet</testlet> </test> Copyright © 2001-2002 Apache Software Foundation. All rights Reserved. |