Package com.atlassian.confluence.junit3
Interface TestCollector
-
- All Known Implementing Classes:
ClassPathTestCollector
public interface TestCollectorCollects Test class names to be presented by the TestSelector.- See Also:
TestSelector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnumerationcollectTests()Returns an enumeration of Strings with qualified class names
-
-
-
Method Detail
-
collectTests
Enumeration collectTests()
Returns an enumeration of Strings with qualified class names
-
-