Re: JUnit 4 XML schematized?
"Alexandru Popescu â" <the.mindstorm.mailinglist@...> wrote:
> I never found such a "standard". And imo it is a good idea as you may
> enhance the report by using your own information and still have the
> tools working. But if you go with a DTD/schema and validation then
> this will stop working.
Well, I don't really want to make a strict validator. All I want to
do is define semantics.
For example, when tests are marked with @Ignore, how should that be
represented in XML? TestNG puts a <skipped /> element... is that what
everybody should do? Where should the reason go? What if it's a
thrown SkipException?
-Dan