TestSourceName

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

Constructors

Link copied to clipboard
constructor(testPrefix: GradleSourceSetName.TestType, published: T)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val value: String

Functions

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