TestSourceName
data class TestSourceName<T : GradleSourceSetName>(val testPrefix: GradleSourceSetName.TestType, val published: T) : GradleSourceSetName(source)
Represents the test
or androidTest
corollary to a normal/published source set.
For instance, a source set of testDebug
has a test prefix of test
and a published property of debug
.
Since
0.12.0