Author: bodewig
Date: Sat Aug 26 11:48:48 2006
New Revision: 437205
URL: http://svn.apache.org/viewvc?rev=437205&view=rev
Log:
Add an errorProperty attribute, document failOnError attribute
Modified:
ant/antlibs/antunit/trunk/docs/antunit.html
Modified: ant/antlibs/antunit/trunk/docs/antunit.html
URL: http://svn.apache.org/viewvc/ant/antlibs/antunit/trunk/docs/antunit.html?rev=437205&r1=437204&r2=437205&view=diff
==============================================================================
--- ant/antlibs/antunit/trunk/docs/antunit.html (original)
+++ ant/antlibs/antunit/trunk/docs/antunit.html Sat Aug 26 11:48:48 2006
@@ -114,7 +114,26 @@
</pre>
<h3>Parameters</h3>
- <p>This task doesn't support any attributes.</p>
+ <table border="1" cellpadding="2" cellspacing="0">
+ <tr>
+ <td valign="top"><b>Attribute</b></td>
+ <td valign="top"><b>Description</b></td>
+ <td align="center" valign="top"><b>Required</b></td>
+ </tr>
+ <tr>
+ <td valign="top">failOnError</td>
+ <td valign="top">Whether to stop the build if one of the tests
+ fails/causes an error. Defaults to true.</td>
+ <td align="center">No.</td>
+ </tr>
+ <tr>
+ <td valign="top">errorProperty</td>
+ <td valign="top">Name of the Ant property to set if one of the
+ tests fails/causes an error. Only useful if the failOnError
+ attribute is set to false.</td>
+ <td align="center">No.</td>
+ </tr>
+ </table>
<h3>Parameters specified as nested elements</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|