api / org.gradle.api.tasks.testing / Test / isScanForTestClasses

isScanForTestClasses

@Input open fun isScanForTestClasses(): Boolean

Specifies whether test classes should be detected. When true the classes which match the include and exclude patterns are scanned for test classes, and any found are executed. When false the classes which match the include and exclude patterns are executed.