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 StringclassNameFromFile(String classFileName) collectFilesInPath(String classPath) Returns an enumeration of Strings with qualified class namesprotected booleanisTestClass(String classFileName)
-
Constructor Details
-
ClassPathTestCollector
public ClassPathTestCollector()
-
-
Method Details
-
collectTests
Description copied from interface:TestCollectorReturns an enumeration of Strings with qualified class names- Specified by:
collectTestsin interfaceTestCollector
-
collectFilesInPath
-
isTestClass
-
classNameFromFile
-