ClasspathSuite for JUnit 4 released
The first release of ClasspathSuite is available.
This JUnit 4 extensions allows you to run a suite of testcases that live anywhere in your classpath. This is useful e.g. in multi project settings in Eclipse 3.2 since the integrated test runner does not support multi project testing. ClasspathSuite uses the @RunWith annotation to build up test suites.
See this blog entry for details about usage.






