GeneratesTestApk

interface GeneratesTestApk : GeneratesApk

Known direct subclasses
AndroidTest

Properties for the android test Variant of a module.

TestVariant

Variant for test-only modules.


Summary

Public properties

Property<Boolean>

The functionalTest value to use to run the tests.

Property<Boolean>

The handleProfiling value to use to run the tests.

Property<String>

The instrumentationRunner to use to run the tests.

Property<String?>

The test label.

Inherited properties

From class com.android.build.api.variant.GeneratesApk
AndroidResources

Variant's android resources processing configuration, initialized by the corresponding global DSL element.

Provider<String>

Variant's application ID as present in the final manifest file of the APK.

ApkPackaging

Variant's packagingOptions, initialized by the corresponding global DSL element.

Renderscript?

Variant specific settings for the renderscript compiler.

AndroidVersion

Target SDK version for this variant.

Public properties

functionalTest

val functionalTestProperty<Boolean>

The functionalTest value to use to run the tests.

handleProfiling

val handleProfilingProperty<Boolean>

The handleProfiling value to use to run the tests.

instrumentationRunner

val instrumentationRunnerProperty<String>

The instrumentationRunner to use to run the tests.

testLabel

val testLabelProperty<String?>

The test label.