HasHostTestsBuilder

Added in 8.5.0-beta02

@Incubating
interface HasHostTestsBuilder

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 HostTest components on a Variant.

This is implemented by select subtypes of VariantBuilder.

Summary

Public properties

Map<StringHostTestBuilder>

Variant's HostTestBuilder configuration to turn on or off screenshot tests and set other screenshot test related settings.

Public properties

hostTests

Added in 8.5.0-beta02
val hostTestsMap<StringHostTestBuilder>

Variant's HostTestBuilder configuration to turn on or off screenshot tests and set other screenshot test related settings.

Returns
Map<StringHostTestBuilder>

a map which keys are unique names within the tested variant like UNIT_TEST_TYPE or SCREENSHOT_TEST_TYPE and the values are HostTestBuilder for that host test suite.