Package org.citrusframework.main.scan
Interface TestScanner
public interface TestScanner
- Since:
- 2.7.4
- Author:
- Christoph Deppisch
-
Method Summary
Modifier and TypeMethodDescriptionfindTestsInPackage(String packageName) Find classes in package suitable to running as test with given annotation.
-
Method Details
-
findTestsInPackage
Find classes in package suitable to running as test with given annotation.- Parameters:
packageName-- Returns:
-