diff --git a/docs/antunit.html b/docs/antunit.html index 9c8f05a..a456261 100644 --- a/docs/antunit.html +++ b/docs/antunit.html @@ -127,10 +127,12 @@ public class LogCapturer {
Creates a test listener that gets attached to the task.
-The only listener that is part of this antlib is <plainlistener/> this one +
Two listeners are part of this antlib <plainlistener/> which creates reports similar to the "plain" <formatter> of the - <junit> task.
+ <junit> task and <xmllistener/> which is similar + to the "xml" <formatter>.Writes reports similar to the "xml" JUnit formatter. Some + information that appears as attributes for the JUnit formatter has + been turned into elements to allow streaming of the report.
+ +| Attribute | +Description | +Required | +
| toDir | +Directory where testreports will be written + to. Default's to the project's basedir. | +No. | +