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>.

propertyset

diff --git a/docs/xmllistener.html b/docs/xmllistener.html new file mode 100644 index 0000000..26dab71 --- /dev/null +++ b/docs/xmllistener.html @@ -0,0 +1,51 @@ + + + + + XMLListener AntUnit Listener + + + +

XML AntUnit Listener

+ +

Description

+ +

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.

+ +

Parameters

+ + + + + + + + + + + +
AttributeDescriptionRequired
toDirDirectory where testreports will be written + to. Default's to the project's basedir.No.
+ + + +