api / org.gradle.plugin.devel / GradlePluginDevelopmentExtension / getTestSourceSets

getTestSourceSets

open fun getTestSourceSets(): MutableSet<SourceSet>

Returns the source sets executing the functional tests with TestKit. Defaults to project.sourceSets.test.

Return
the test source sets