Data representing the test app and the tested application/library.
| Type | Name and description | 
|---|---|
String | 
                            getApplicationId()Returns the application id.  | 
                        
Boolean | 
                            getFunctionalTest() | 
                        
Boolean | 
                            getHandleProfiling() | 
                        
String | 
                            getInstrumentationRunner() | 
                        
com.android.builder.model.ApiVersion | 
                            getMinSdkVersion()The min SDK version of the app  | 
                        
com.google.common.collect.ImmutableList<File> | 
                            getTestedApks(int density, List<String> abis)Returns an APK file to install based on given density and abis.  | 
                        
String | 
                            getTestedApplicationId()Returns the tested application id.  | 
                        
boolean | 
                            isLibrary() | 
                        
boolean | 
                            isTestCoverageEnabled()Returns whether the tested app is enabled for code coverage  | 
                        
Returns the application id.
The min SDK version of the app
Returns an APK file to install based on given density and abis.
density -  the densityabis -  a list of ABIs in descending priority order.Returns the tested application id. This can be empty if the test package is self-contained.
Returns whether the tested app is enabled for code coverage