junit.runner
Class LoadingTestCollector
java.lang.Object
|
+--junit.runner.ClassPathTestCollector
|
+--junit.runner.LoadingTestCollector
- All Implemented Interfaces:
- TestCollector
- public class LoadingTestCollector
- extends ClassPathTestCollector
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestCaseClassLoader fLoader
- References to the field:
- junit/runner/LoadingTestCollector.java 18
- junit/runner/LoadingTestCollector.java 37
- junit/runner/LoadingTestCollector.java 38
public LoadingTestCollector()
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