Interface TestScanner


public interface TestScanner
Since:
2.7.4
Author:
Christoph Deppisch
  • Method Summary

    Modifier and Type
    Method
    Description
    Find classes in package suitable to running as test with given annotation.
  • Method Details

    • findTestsInPackage

      List<TestClass> findTestsInPackage(String packageName)
      Find classes in package suitable to running as test with given annotation.
      Parameters:
      packageName -
      Returns: