--- In
junit@..., "dfabulich" <dan@...> wrote:
>
> There's a pretty standard format for JUnit XML output. You've
> probably seen it: there's a <testsuite> root element containing
> zero-or-more <testcase> elements, each of which may contain a
> <failure> or <error> element. (There's also a <properties> element
> with zero-or-more <property> elements.) A lot of tools know how to
> read this format and report on it, including at least Ant, Maven,
> Cruise Control, Hudson, Bamboo, Eclipse and IntelliJ IDEA.
>
I think the XML result format is owned (-in the open source meaning of
the word-) by Ant.
They started generating the XML result files in the JUnit task, and the
consolidated XML result file in the JUnitReport task.
>
> -Dan
>
Regards, Jan