Package org.citrusframework.main.scan
Class AbstractTestScanner
java.lang.Object
org.citrusframework.main.scan.AbstractTestScanner
- All Implemented Interfaces:
TestScanner
- Direct Known Subclasses:
ClassPathTestScanner,JarFileTestScanner
- Since:
- 2.7.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the include patterns.String[]Gets the includes.protected booleanisIncluded(String className) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.main.scan.TestScanner
findTestsInPackage
-
Constructor Details
-
AbstractTestScanner
-
-
Method Details
-
isIncluded
-
getIncludes
Gets the includes.- Returns:
-
getIncludePatterns
Gets the include patterns.- Returns:
-