TestProductFlavor
interface TestProductFlavor : VariantDimension, HasInitWith, BaseFlavor, VariantDimension, TestVariantDimension, TestBaseFlavor, VariantDimension, HasInitWith, BaseFlavor, HasInitWith, ProductFlavor
Encapsulates all product flavors properties for test projects.
Test projects have a target application project that they depend on and flavor matching works in the same way as library dependencies. Therefore to test multiple flavors of an application, you can declare corresponding product flavors here. If you want to use some, you can use missingDimensionStrategy
to resolve any conflicts.
See ApplicationProductFlavor
Summary
Inherited functions |
From class BaseFlavor
@Incubating String |
The name of the flavor.
|
@Incubating Unit |
Copies all properties from the given flavor.
|
@Incubating Unit |
This function is deprecated. Replaced by minSdk property
|
@Incubating Unit |
This function is deprecated. Replaced by minSdkPreview property
|
@Incubating Unit |
Specifies a flavor that the plugin should try to use from a given dimension in a dependency.
|
@Incubating Unit |
Specifies a sorted list of flavors that the plugin should try to use from a given dimension in a dependency.
|
@Incubating Unit |
Specifies a sorted list of flavors that the plugin should try to use from a given dimension in a dependency.
|
@Incubating Unit |
This function is deprecated. Replaced by resourceConfigurations field
|
@Incubating Unit |
This function is deprecated. Replaced by resourceConfigurations field
|
@Incubating Unit |
This function is deprecated. Replaced by resourceConfigurations field
|
@Incubating Unit |
This function is deprecated. Replaced by minSdk property
|
@Incubating Unit |
This function is deprecated. Replaced by minSdkPreview property
|
@Incubating Any? |
This function is deprecated. Replaced by testFunctionalTest property
|
@Incubating Any? |
This function is deprecated. Replaced by testFunctionalTest property
|
@Incubating Any? |
This function is deprecated. Replaced by testInstrumentationRunnerArguments property
|
@Incubating Unit |
This function is deprecated. Replaced by testInstrumentationRunnerArguments property
|
@Incubating Unit |
This function is deprecated. Replaced by testInstrumentationRunnerArguments property
|
@Incubating Unit |
Configures VectorDrawables .
|
|
From class ExtensionAware
|
From class ProductFlavor
@Incubating Void? |
This function is deprecated. Replaced with the dimension property
|
@Incubating Unit |
This function is deprecated. Replaced with property matchingFallbacks
|
@Incubating Unit |
This function is deprecated. Replaced with property matchingFallbacks
|
|
From class TestBaseFlavor
@Incubating Unit |
This function is deprecated. Replaced by maxSdk property
|
@Incubating Unit |
This function is deprecated. Replaced by targetSdkPreview property
|
@Incubating Unit |
This function is deprecated. Replaced by targetSdk property
|
@Incubating Unit |
This function is deprecated. Replaced by targetSdkPreview property
|
|
From class VariantDimension
@Incubating Unit |
Adds manifest placeholders.
|
@Incubating Unit |
Adds a new field to the generated BuildConfig class.
|
@Incubating Unit |
Encapsulates per-variant CMake and ndk-build configurations for your external native build.
|
Unit |
Options for configuring Java compilation.
|
@Incubating Unit |
Encapsulates per-variant configurations for the NDK, such as ABI filters.
|
@Incubating Any |
Adds a new ProGuard configuration file.
|
@Incubating Any |
Adds new ProGuard configuration files.
|
@Incubating Unit |
Adds a new generated resource.
|
@Incubating Void? |
This function is deprecated. Use manifestPlaceholders property instead
|
@Incubating Any |
Replaces the ProGuard configuration files.
|
@Incubating Unit |
Configure the shader compiler options.
|
@Incubating Any |
Adds a proguard rule file to be used when processing test code.
|
@Incubating Any |
Adds proguard rule files to be used when processing test code.
|
|