HasDeviceTestsBuilder

Added in 8.4.0-rc02

@Incubating
interface HasDeviceTestsBuilder

Known direct subclasses
ApplicationVariantBuilder

Model for application components that only contains configuration-time properties that impacts the build flow.

DynamicFeatureVariantBuilder

Model for dynamic feature components that only contains configuration-time properties that impacts the build flow.

LibraryVariantBuilder

Model for library components that only contains configuration-time properties that impacts the build flow.


Interface that marks the potential existence of DeviceTest component on a Variant.

This is implemented by select subtypes of VariantBuilder.

Summary

Public properties

List<DeviceTestBuilder>

List of DeviceTestBuilder for this variant.

Public properties

deviceTests

Added in 8.4.0-rc02
val deviceTestsList<DeviceTestBuilder>

List of DeviceTestBuilder for this variant.

The creation of DeviceTestBuilder elements is handled by the AGP Plugin and there is no way to add or remove from the list as of now.