getTestSourceSets

open fun getTestSourceSets(): Set<SourceSet>

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

Return

the test source sets