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 functionalTest: Property<Boolean>

The functionalTest value to use to run the tests.

handleProfiling

val handleProfiling: Property<Boolean>

The handleProfiling value to use to run the tests.

instrumentationRunner

val instrumentationRunner: Property<String>

The instrumentationRunner to use to run the tests.

testLabel

val testLabel: Property<String?>

The test label.