Geir Magnusson Jr wrote: <<snip>> > I wonder if it's some vestige of TDD extremos making a point. (I was > reading on JUnit site about AllTests, and how "early adopters" (IOW, > "users") of JUnit who grew up w/o AllTests thought they were nuts, but > the authors Knew Better.)
Looks like there are test collectors [1] in JUnit already, but I don't see how they are connected to the runners. Seems to me that it wouldn't be too hard for a test runner to use a collector to create a test suite dynamically, with a hook that allows for suite decoration before it is executed. Regards, Tim [1] http://junit.sourceforge.net/javadoc/junit/runner/ClassPathTestCollector.html -- Tim Ellison ([EMAIL PROTECTED]) IBM Java technology centre, UK.
