public interface TestedAndroidConfig extends AndroidConfig
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
getAaptOptions, getAdbOptions, getAidlPackageWhiteList, getBaseFeature, getBootClasspath, getBuildOutputs, getBuildToolsRevision, getBuildToolsVersion, getBuildTypes, getCompileOptions, getCompileSdkVersion, getDataBinding, getDefaultConfig, getDefaultPublishConfig, getDeviceProviders, getDexOptions, getExternalNativeBuild, getFlavorDimensionList, getGeneratePureSplits, getJacoco, getLibraryRequests, getLintOptions, getNdkVersion, getPackageBuildConfig, getPackagingOptions, getProductFlavors, getResourcePrefix, getSigningConfigs, getSourceSets, getSplits, getTestOptions, getTestServers, getTransforms, getTransformsDependencies, getVariantFilter
@NonNull java.lang.String getTestBuildType()
getTestBuildType
in interface AndroidConfig
@NonNull org.gradle.api.DomainObjectSet<TestVariant> getTestVariants()
all
iterator to process future items.@NonNull org.gradle.api.DomainObjectSet<UnitTestVariant> getUnitTestVariants()
all
iterator to process future items.