« Return to Thread: JUnit 4 XML schematized?

Re: Re: JUnit 4 XML schematized?

by Stefan Bodewig-2 :: Rate this Message:

Reply to Author | View in Thread

On Wed, 28 Nov 2007, James Abley <james.abley@...> wrote:

> Has anyone discussed this with the ANT devs? I think Stefan Bodewig
> originally did the JUnitResultFormatter work,

True, more than seven years ago.  I must be getting old 8-)

> but IIRC Steve Loughran may have been doing some work in there
> recently.

We realized that the format has some problems, you can't stream it
easily because the number of failed tests is an attribute of the test
element, for example.  AntUnit uses a slightly modified version.

Steve has started a Wiki page collecting requirements of a modified
format[1], one of our goals is to use the same format for different
testing tools (unit and functional testing).

Stefan

Footnotes:
[1]  http://wiki.apache.org/ant/Proposals/EnhancedTestReports

 « Return to Thread: JUnit 4 XML schematized?