GeneratesTestApk

interface GeneratesTestApk : GeneratesApk
com.android.build.api.variant.GeneratesTestApk

Summary

Properties

abstract Property<Boolean>

The functionalTest value to use to run the tests.

abstract Property<Boolean>

The handleProfiling value to use to run the tests.

abstract Property<String>

The instrumentationRunner to use to run the tests.

abstract Property<String?>

The test label.

Inherited properties

Properties

functionalTest

abstract val functionalTest: Property<Boolean>

The functionalTest value to use to run the tests.

handleProfiling

abstract val handleProfiling: Property<Boolean>

The handleProfiling value to use to run the tests.

instrumentationRunner

abstract val instrumentationRunner: Property<String>

The instrumentationRunner to use to run the tests.

testLabel

abstract val testLabel: Property<String?>

The test label.