jsystem.runner
Class LoadingFixtureCollector
java.lang.Object
junit.runner.ClassPathTestCollector
jsystem.runner.LoadingFixtureCollector
- All Implemented Interfaces:
- TestCollector
- public class LoadingFixtureCollector
- extends ClassPathTestCollector
An implementation of a TestCollector that loads
all classes on the class path and jsystem.tests whether
it is assignable from Test or provides a static suite method.
- See Also:
TestCollector
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoadingFixtureCollector
public LoadingFixtureCollector()
isTestClass
protected boolean isTestClass(String classFileName)