HasUnitTestBuilder

Added in 8.1.0

interface HasUnitTestBuilder

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 UnitTest component on a Variant.

This is implemented by select subtypes of VariantBuilder.

Summary

Public properties

Boolean

Set to true if the variant's has any unit tests, false otherwise.

Public properties

enableUnitTest

Added in 8.1.0
var enableUnitTestBoolean

Set to true if the variant's has any unit tests, false otherwise. Value is Boolean#True by default.