KotlinMultiplatformAndroidTestConfiguration

@Incubating interface KotlinMultiplatformAndroidTestConfiguration

Known direct subclasses
KotlinMultiplatformAndroidTestOnDeviceConfiguration

Specific options to configure test on device configuration for kotlin multiplatform android

KotlinMultiplatformAndroidTestOnJvmConfiguration

Specific options to configure jvm test configuration for kotlin multiplatform android


Generic options to configure test configurations for kotlin multiplatform android

Summary

Public properties

String

By default, this will be equal to the compilation name specified when enabling the test component prefixed by "android".

String?

Configure the SourceSetTree for test components/sourceset in order to change the default behaviour of source set hierarchies

Public properties

defaultSourceSetName

var defaultSourceSetNameString

By default, this will be equal to the compilation name specified when enabling the test component prefixed by "android". (i.e. when the compilation name is "testOnJvm" then the default sourceSet name will be "androidTestOnJvm").

sourceSetTree

var sourceSetTreeString?

Configure the SourceSetTree for test components/sourceset in order to change the default behaviour of source set hierarchies