TestSourceName

data class TestSourceName<T : GradleSourceSetName>(val testPrefix: GradleSourceSetName.TestType, val published: T) : GradleSourceSetName

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)

Functions

Link copied to clipboard
open operator override fun compareTo(other: GradleSourceSetName): Int

Properties

Link copied to clipboard
val published: T
Link copied to clipboard
val testPrefix: GradleSourceSetName.TestType
Link copied to clipboard
open override val value: String

Sources

Link copied to clipboard