HasUnitTestBuilder
interface HasUnitTestBuilder
| ApplicationVariantBuilder | Application specific variant object that contains properties that will determine the variant's build flow. | 
| DynamicFeatureVariantBuilder | |
| LibraryVariantBuilder | 
 | 
Interface that mark the potential existence of unit tests associated with a variant.
Summary
| Public properties | |
|---|---|
| Boolean | Set to  | 
Public properties
enableUnitTest
var enableUnitTest: Boolean
Set to true if the variant's has any unit tests, false otherwise. Value is Boolean#True by default.
