HasUnitTestBuilder

interface HasUnitTestBuilder

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 unit tests associated with a variant.

Summary

Public properties

Boolean

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

Public properties

enableUnitTest

var enableUnitTestBoolean

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