jsystem.runner
Class ClassPathFixtureCollector

java.lang.Object
  extended byjunit.runner.ClassPathTestCollector
      extended byjsystem.runner.ClassPathFixtureCollector
All Implemented Interfaces:
TestCollector
Direct Known Subclasses:
SimpleFixtureCollector

public class ClassPathFixtureCollector
extends ClassPathTestCollector


Constructor Summary
ClassPathFixtureCollector()
           
 
Method Summary
protected  String classNameFromFile(String classFileName)
           
 Hashtable collectFilesInPath(String classPath)
           
 boolean isJarFile(String fileName)
           
 boolean isTestClass(String classFileName)
           
static void main(String[] args)
           
 
Methods inherited from class junit.runner.ClassPathTestCollector
collectTests
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathFixtureCollector

public ClassPathFixtureCollector()
Method Detail

isTestClass

public boolean isTestClass(String classFileName)

isJarFile

public boolean isJarFile(String fileName)

collectFilesInPath

public Hashtable collectFilesInPath(String classPath)

classNameFromFile

protected String classNameFromFile(String classFileName)

main

public static void main(String[] args)