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.

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.