junit.runner
Class LoadingTestCollector

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

public class LoadingTestCollector
extends ClassPathTestCollector

Field Summary
fLoader
          
 
Fields inherited from class junit.runnerClassPathTestCollector
SUFFIX_LENGTH
 
Constructor Summary
LoadingTestCollector()
           
 
Method Summary
ClassclassFromFile(String classFileName)
          
booleanhasPublicConstructor(Class testClass)
          
booleanhasSuiteMethod(Class testClass)
          
protected booleanisTestClass(String classFileName)
          
booleanisTestClass(Class testClass)
          
 
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
 
Field Detail

fLoader

TestCaseClassLoader fLoader
References to the field:
junit/runner/LoadingTestCollector.java 18
junit/runner/LoadingTestCollector.java 37
junit/runner/LoadingTestCollector.java 38
Constructor Detail

LoadingTestCollector

public  LoadingTestCollector()
Method Detail

classFromFile

Class classFromFile(String classFileName)
Click to Locals in the Method
Call sites to the method:
junit/runner/LoadingTestCollector.java 24

Locals in the method:
classFileName Line 36
className Line 37, Line 38

hasPublicConstructor

boolean hasPublicConstructor(Class testClass)
Click to Locals in the Method
Call sites to the method:
junit/runner/LoadingTestCollector.java 47

Locals in the method:
args Line 65
c Line 65
e
testClass Line 65

hasSuiteMethod

boolean hasSuiteMethod(Class testClass)
Click to Locals in the Method
Call sites to the method:
junit/runner/LoadingTestCollector.java 43

Locals in the method:
e
suiteMethod
testClass Line 54

isTestClass

protected boolean isTestClass(String classFileName)

Locals in the method:
classFileName Line 23, Line 24
testClass Line 25, Line 25
notFatal
expected

isTestClass

boolean isTestClass(Class testClass)
Click to Locals in the Method
Call sites to the method:
junit/runner/LoadingTestCollector.java 25

Locals in the method:
testClass Line 43, Line 45, Line 46, Line 47