junit.runner
Class SimpleTestCollector

java.lang.Object
   |
   +--junit.runner.ClassPathTestCollector
         |
         +--junit.runner.SimpleTestCollector
All Implemented Interfaces:
TestCollector

public class SimpleTestCollector
extends ClassPathTestCollector

 
Fields inherited from class junit.runnerClassPathTestCollector
SUFFIX_LENGTH
 
Constructor Summary
SimpleTestCollector()
           
 
Method Summary
protected booleanisTestClass(String classFileName)
          
 
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

SimpleTestCollector

public  SimpleTestCollector()
Call sites to the constructor:
junit/swingui/TestRunner.java 491
Method Detail

isTestClass

protected boolean isTestClass(String classFileName)

Locals in the method:
classFileName Line 16, Line 17, Line 18