TestVariant
interface TestVariant : GeneratesTestApk, Variant
com.android.build.api.variant.TestVariant |
Variant for test-only modules.
Summary
Inherited functions |
|
---|---|
Properties |
|
---|---|
abstract Property<String> |
Variant's application ID as present in the final manifest file of the APK. |
abstract Provider<String> |
The application of the app under tests. |
Inherited properties |
|
---|---|
Properties
applicationId
abstract val applicationId: Property<String>
Variant's application ID as present in the final manifest file of the APK.
testedApplicationId
abstract val testedApplicationId: Provider<String>
The application of the app under tests.