junit.extensions.abbot
Class ScriptTestCollector

java.lang.Object
  extended byjunit.runner.ClassPathTestCollector
      extended byjunit.runner.LoadingTestCollector
          extended byjunit.extensions.abbot.ScriptTestCollector
All Implemented Interfaces:
TestCollector

public class ScriptTestCollector
extends LoadingTestCollector

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


Field Summary
 
Fields inherited from class junit.runner.LoadingTestCollector
 
Fields inherited from class junit.runner.ClassPathTestCollector
 
Constructor Summary
ScriptTestCollector()
           
 
Method Summary
protected  boolean isTestClass(String classFileName)
           
 
Methods inherited from class junit.runner.LoadingTestCollector
 
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

ScriptTestCollector

public ScriptTestCollector()
Method Detail

isTestClass

protected boolean isTestClass(String classFileName)


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

SourceForge