HasTestFixturesBuilder

@Incubating interface HasTestFixturesBuilder

Known direct subclasses
ApplicationVariantBuilder

Application specific variant object that contains properties that will determine the variant's build flow.

DynamicFeatureVariantBuilder
LibraryVariantBuilder

VariantBuilder type for library projects


Interface that mark the potential existence of test fixtures associated with a variant.

Summary

Public properties

Boolean

Set to true if the variant's has test fixtures, false otherwise.

Public properties

enableTestFixtures

val enableTestFixturesBoolean

Set to true if the variant's has test fixtures, false otherwise.

Default value will match com.android.build.api.dsl.TestFixtures.enable value that is set through the extension via com.android.build.api.dsl.TestedExtension.testFixtures.