junit.extensions.awt
Class AWTTestCollector

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

public class AWTTestCollector
extends junit.runner.LoadingTestCollector

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


Fields inherited from class junit.runner.LoadingTestCollector
fLoader
 
Fields inherited from class junit.runner.ClassPathTestCollector
SUFFIX_LENGTH
 
Constructor Summary
AWTTestCollector()
           
 
Method Summary
protected  boolean isTestClass(java.lang.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

AWTTestCollector

public AWTTestCollector()
Method Detail

isTestClass

protected boolean isTestClass(java.lang.String classFileName)
Overrides:
isTestClass in class junit.runner.LoadingTestCollector