On 24/Nov/2009 08:06, Mark Hindess wrote:
> In message <[email protected]>,
> Nathan Beyer writes:
>> I'd love to see the exclude files dropped in favor of JUnit @Ignore +
>> reporting for those ignored tests. That would be extremely helpful in
>> pointing out all of the excluded tests.
>
> +1 provided we can record details of why the test is ignored.
Just pass a string in the annotation constructor,
e.g. @Ignore("It's the wrong colour")
> We'll also need a mechanism to support the os/vm combinations the
> exclude lists support too though. Any ideas?
I guess it will require some (modest) extensions to the test framework.
Maybe some combination of our own annotations and
org.junit.runner.manipulation.Filter ?
Regards,
Tim