junit.extensions.abbot
Class ScriptTestCollector

java.lang.Object
  |
  +--junit.runner.ClassPathTestCollector
        |
        +--junit.runner.LoadingTestCollector
              |
              +--junit.extensions.abbot.ScriptTestCollector
All Implemented Interfaces:
TestCollector

public class ScriptTestCollector
extends LoadingTestCollector

Collects all available classes derived from ScriptTestCase in the current classpath.


Fields inherited from class junit.runner.LoadingTestCollector
fLoader
 
Fields inherited from class junit.runner.ClassPathTestCollector
SUFFIX_LENGTH
 
Constructor Summary
ScriptTestCollector()
           
 
Method Summary
protected  boolean isTestClass(String classFileName)
           
 
Methods inherited from class junit.runner.LoadingTestCollector
classFromFile, hasPublicConstructor, hasSuiteMethod, isTestClass
 
Methods inherited from class junit.runner.ClassPathTestCollector
, classNameFromFile, collectFilesInRoots, collectTests, gatherFiles, splitClassPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptTestCollector

public ScriptTestCollector()
Method Detail

isTestClass

protected boolean isTestClass(String classFileName)
Overrides:
isTestClass in class LoadingTestCollector


Copyright © 2002-2003 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge