User configuration settings for android plugin with test component.
Type | Name and description |
---|---|
String |
getTestBuildType() Return the name of the BuildType for testing. |
org.gradle.api.DomainObjectSet<TestVariant> |
getTestVariants() Returns the list of (Android) test variants. |
org.gradle.api.DomainObjectSet<UnitTestVariant> |
getUnitTestVariants() Returns the list of (Android) test variants. |
Return the name of the BuildType for testing.
Returns the list of (Android) test variants. Since the collections is built after evaluation,
it should be used with Gradle's all
iterator to process future items.
Returns the list of (Android) test variants. Since the collections is built after evaluation,
it should be used with Gradle's all
iterator to process future items.