Package com.consol.citrus.main.scan
Interface TestScanner
-
public interface TestScanner- Since:
- 2.7.4
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<TestClass>findTestsInPackage(String packageName)Find classes in package suitable to running as test with given annotation.
-