HasAndroidTestBuilder
interface HasAndroidTestBuilder
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 android tests associated with a variant.
Summary
Public properties | 
          |
|---|---|
Boolean | 
            
              
               This property is deprecated. replaced with enableAndroidTest  | 
          
Boolean | 
            
              
               Set to   | 
          
Public properties
androidTestEnabled
val androidTestEnabled: Boolean
Set to true if the variant's has any android tests, false otherwise. Value is Boolean#True by default.
enableAndroidTest
val enableAndroidTest: Boolean
Set to true if the variant's has any android tests, false otherwise. Value is Boolean#True by default.