TestSuiteTargetBuilder

Added in 9.0.0-alpha07

@Incubating
interface TestSuiteTargetBuilder : Named


Test suite target builder.

Summary

Public properties

Boolean
MutableList<String>

Targeted devices for this test suite in this variant.

Inherited functions

From org.gradle.api.Named

Public properties

enable

Added in 9.0.0-alpha07
var enableBoolean

targetDevices

Added in 9.0.0-alpha07
val targetDevicesMutableList<String>

Targeted devices for this test suite in this variant.

AGP may choose to allocate multiple Test tasks for running the test suites depending on the targeted devices, so the list of devices must be fixed before the AndroidComponentsExtension.onVariants run.