GeneratesTestApk
interface GeneratesTestApk : GeneratesApk
| AndroidTest | Properties for the android test Variant of a module. | 
| TestVariant | 
 | 
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 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| 
 | ||||||||||
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.
