Interface TestScanner


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

      • findTestsInPackage

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