TestSourceName
data class TestSourceName<T : GradleSourceSetName>(val testPrefix: GradleSourceSetName.TestType, val published: T) : GradleSourceSetName
Content copied to clipboard
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
.
Constructors
Link copied to clipboard
fun <T : GradleSourceSetName> TestSourceName(testPrefix: GradleSourceSetName.TestType, published: T)
Content copied to clipboard