api / org.gradle.api.tasks.testing / TestFilter / getIncludePatterns

getIncludePatterns

@Input abstract fun getIncludePatterns(): MutableSet<String>

Returns the included test name patterns. They can be class or method names and may contain wildcard '*'. Test name patterns can be appended via #includeTestsMatching(String) or set via #setIncludePatterns(String...).

Return
included test name patterns