|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TestData
Data representing the test app and the tested application/library.
Method Summary | |
---|---|
java.lang.String |
getApplicationId()
Returns the application id. |
java.lang.Boolean |
getFunctionalTest()
|
java.lang.Boolean |
getHandleProfiling()
|
java.lang.String |
getInstrumentationRunner()
|
com.android.builder.model.ApiVersion |
getMinSdkVersion()
The min SDK version of the app |
com.google.common.collect.ImmutableList<java.io.File> |
getTestedApks(int density,
java.util.List<java.lang.String> abis)
Returns an APK file to install based on given density and abis. |
java.lang.String |
getTestedApplicationId()
Returns the tested application id. |
boolean |
isLibrary()
|
boolean |
isTestCoverageEnabled()
Returns whether the tested app is enabled for code coverage |
Method Detail |
---|
@NonNull java.lang.String getApplicationId()
@Nullable java.lang.String getTestedApplicationId()
@NonNull java.lang.String getInstrumentationRunner()
@NonNull java.lang.Boolean getHandleProfiling()
@NonNull java.lang.Boolean getFunctionalTest()
boolean isTestCoverageEnabled()
@NonNull com.android.builder.model.ApiVersion getMinSdkVersion()
boolean isLibrary()
@NonNull com.google.common.collect.ImmutableList<java.io.File> getTestedApks(int density, @NonNull java.util.List<java.lang.String> abis)
density
- the densityabis
- a list of ABIs in descending priority order.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |