Package com.atlassian.confluence.junit3
Class ClassPathTestCollector
java.lang.Object
com.atlassian.confluence.junit3.ClassPathTestCollector
- All Implemented Interfaces:
TestCollector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
classNameFromFile
(String classFileName) collectFilesInPath
(String classPath) Returns an enumeration of Strings with qualified class namesprotected boolean
isTestClass
(String classFileName)
-
Constructor Details
-
ClassPathTestCollector
public ClassPathTestCollector()
-
-
Method Details
-
collectTests
Description copied from interface:TestCollector
Returns an enumeration of Strings with qualified class names- Specified by:
collectTests
in interfaceTestCollector
-
collectFilesInPath
-
isTestClass
-
classNameFromFile
-