Package junit.runner
Class LoadingTestCollector
java.lang.Object
junit.runner.ClassPathTestCollector
junit.runner.LoadingTestCollector
- All Implemented Interfaces:
TestCollector
An implementation of a TestCollector that loads
all classes on the class path and tests whether
it is assignable from Test or provides a static suite method.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class junit.runner.ClassPathTestCollector
classNameFromFile, collectFilesInPath, collectTests
-
Constructor Details
-
LoadingTestCollector
public LoadingTestCollector()
-
-
Method Details
-
isTestClass
- Overrides:
isTestClass
in classClassPathTestCollector
-