|
|
@@ -56,9 +56,9 @@ which has content that specifies tasklet classname.</p> |
|
|
|
<pre> |
|
|
|
<test showSuccess="false" showBanner="false" showTrace="true" forceShowTrace="true"> |
|
|
|
<classpath refid="test.classpath"/> |
|
|
|
<testlet>org.foo.MyTestlet<testlet/> |
|
|
|
<testlet>org.foo.MyOtherTestlet<testlet/> |
|
|
|
<test/> |
|
|
|
<testlet>org.foo.MyTestlet</testlet> |
|
|
|
<testlet>org.foo.MyOtherTestlet</testlet> |
|
|
|
</test> |
|
|
|
</pre> |
|
|
|
</blockquote> |
|
|
|
The above will run the testlets org.foo.MyTestlet and org.foo.MyOtherTestlet |
|
|
|