On Mon, 07 Nov 2005, Dale Anson <[EMAIL PROTECTED]> wrote:

> There are a few things I'd like to see added to AntUnit:
> 
> 1. better reporting, probably just need a more involved
> AntUnitListener.

Yes, this should be doable.  The PlainListener really only is a first
start so I could see the results and validate the design.

> 2. support for a "suite" concept, that is, a way to group tests
> beyond filesets.

which should be ResourceCollections soon.

> Might just need an "add(AntUnit)" method in AntUnit itself.

Interesting idea.

> Include reporting per suite. Having a "name" attribute for each
> antunit would also be useful for reporting.

True.

> 3. a way to disable individual tests or disable entire suites.

In JUnit I tend to do so by simply changing the name of the method
(prefix with no) and even in NUnit which supports an [Ignore]
attribute to disable text I find myself commenting out the [Test]
attribute more often than adding the ignore one.  But that could be
me.

I wouldn't want to add any new attributes to <target> and would want
to keep all information inside of the build file under test instead of
the antunit task.  Given those constraints, I don't see how we could
add an ignore feature.  Any ideas?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to