-
Why not use junit-addons (http://junit-addons.sourceforge.net/) - it has this already built-in, very nicely:
DirectorySuiteBuilder builder = new DirectorySuiteBuilder(new SimpleTestFilter() {
public boolean include(String classpath) {
return super.getClassName(classpath).endsWith("_tc"); }});
Test newSuite = builder.suite(...);
If you agree, close this project and make...
2006-03-15 22:10:00 UTC by vorburger
-
dafydd committed patchset 12 of module jcollector to the JUnit TestCase Collector CVS repository, changing 5 files.
2005-08-14 22:00:46 UTC by dafydd
-
dafydd committed patchset 11 of module jcollector to the JUnit TestCase Collector CVS repository, changing 10 files.
2004-11-11 16:12:10 UTC by dafydd
-
dafydd committed patchset 10 of module jcollector to the JUnit TestCase Collector CVS repository, changing 4 files.
2004-10-31 18:38:06 UTC by dafydd
-
dafydd committed patchset 9 of module jcollector to the JUnit TestCase Collector CVS repository, changing 1 files.
2004-10-31 18:35:02 UTC by dafydd
-
dafydd committed patchset 8 of module jcollector to the JUnit TestCase Collector CVS repository, changing 14 files.
2004-10-31 00:46:07 UTC by dafydd
-
dafydd committed patchset 7 of module jcollector to the JUnit TestCase Collector CVS repository, changing 3 files.
2004-10-30 22:22:48 UTC by dafydd
-
dafydd committed patchset 6 of module jcollector to the JUnit TestCase Collector CVS repository, changing 4 files.
2004-10-30 22:15:17 UTC by dafydd
-
dafydd committed patchset 5 of module jcollector to the JUnit TestCase Collector CVS repository, changing 19 files.
2004-10-30 22:08:12 UTC by dafydd
-
dafydd committed patchset 4 of module jcollector to the JUnit TestCase Collector CVS repository, changing 10 files.
2004-10-30 15:46:26 UTC by dafydd