HasHostTests

Added in 8.5.0-beta02

@Incubating
interface HasHostTests

Known direct subclasses
ApplicationVariant

Model for application components that only contains build-time properties.

KotlinMultiplatformAndroidVariant

Properties for the main Variant of a kotlin multiplatform android library

LibraryVariant

Model for library components that only contains build-time properties.


Variant that optionally have HostTest components like UnitTest.

Summary

Public properties

Map<StringHostTest>

Map of Variant's HostTest, or empty if all host tests (like unit test) for this variant are disabled.

Public properties

hostTests

Added in 8.5.0-beta02
val hostTestsMap<StringHostTest>

Map of Variant's HostTest, or empty if all host tests (like unit test) for this variant are disabled. Map keys are the HostTest name, like HasHostTestsBuilder.UNIT_TEST_TYPE or HasHostTestsBuilder.SCREENSHOT_TEST_TYPE for default host tests.