com.android.builder.testing
Interface TestData

All Known Implementing Classes:
VariantConfiguration

public interface TestData


Method Summary
 java.lang.Boolean getFunctionalTest()
           
 java.lang.Boolean getHandleProfiling()
           
 java.lang.String getInstrumentationRunner()
           
 int getMinSdkVersion()
           
 java.lang.String getPackageName()
          Returns the package name.
 java.util.Set<java.lang.String> getSupportedAbis()
          List of supported ABIs.
 java.lang.String getTestedPackageName()
          Returns the tested package name.
 

Method Detail

getPackageName

@NonNull
java.lang.String getPackageName()
Returns the package name.

Returns:
the package name

getTestedPackageName

@Nullable
java.lang.String getTestedPackageName()
Returns the tested package name. This can be empty if the test package is self-contained.

Returns:
the package name or null.

getInstrumentationRunner

@NonNull
java.lang.String getInstrumentationRunner()

getHandleProfiling

@NonNull
java.lang.Boolean getHandleProfiling()

getFunctionalTest

@NonNull
java.lang.Boolean getFunctionalTest()

getMinSdkVersion

int getMinSdkVersion()

getSupportedAbis

@Nullable
java.util.Set<java.lang.String> getSupportedAbis()
List of supported ABIs. Null means all.

Returns:
a list of abi or null for all