TestVariant
interface TestVariant : GeneratesApk, GeneratesTestApk, ComponentIdentity, Component, HasAndroidResources, Variant
Variant for test-only modules.
Summary
| Public properties | |
|---|---|
| Property<String> | Variant's application ID as present in the final manifest file of the APK. | 
| Provider<String> | The application of the app under tests. | 
| Inherited functions | ||||
|---|---|---|---|---|
| 
 | ||||
| 
 | ||||
| 
 | ||||
Public properties
applicationId
val applicationId: Property<String>
Variant's application ID as present in the final manifest file of the APK.
testedApplicationId
val testedApplicationId: Provider<String>
The application of the app under tests.
