HasTestFixturesBuilder
@Incubating interface HasTestFixturesBuilder
com.android.build.api.variant.HasTestFixturesBuilder |
Interface that mark the potential existence of test fixtures associated with a variant.
Summary
Properties |
|
---|---|
abstract Boolean |
Set to |
Properties
enableTestFixtures
abstract var enableTestFixtures: Boolean
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.