HasUnitTestBuilder

public 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 methods

abstract boolean

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

abstract void
setEnableUnitTest(boolean enableUnitTest)

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

Public methods

getEnableUnitTest

abstract boolean getEnableUnitTest()

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

setEnableUnitTest

abstract void setEnableUnitTest(boolean enableUnitTest)

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