Class ClassPathTestCollector

java.lang.Object
com.atlassian.confluence.junit3.ClassPathTestCollector
All Implemented Interfaces:
TestCollector

public abstract class ClassPathTestCollector extends Object implements TestCollector
  • Constructor Details

    • ClassPathTestCollector

      public ClassPathTestCollector()
  • Method Details

    • collectTests

      public Enumeration collectTests()
      Description copied from interface: TestCollector
      Returns an enumeration of Strings with qualified class names
      Specified by:
      collectTests in interface TestCollector
    • collectFilesInPath

      public Hashtable collectFilesInPath(String classPath)
    • isTestClass

      protected boolean isTestClass(String classFileName)
    • classNameFromFile

      protected String classNameFromFile(String classFileName)