jsystem.runner
Class LoadingFixtureCollector

java.lang.Object
  extended byjunit.runner.ClassPathTestCollector
      extended byjsystem.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

Constructor Summary
LoadingFixtureCollector()
           
 
Method Summary
protected  boolean isTestClass(String classFileName)
           
 
Methods inherited from class junit.runner.ClassPathTestCollector
classNameFromFile, collectFilesInPath, collectTests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadingFixtureCollector

public LoadingFixtureCollector()
Method Detail

isTestClass

protected boolean isTestClass(String classFileName)