Package com.android.builder.model
Interface TestedTargetVariant
public interface TestedTargetVariant
Class representing the tested variants.
This is currently used by the test modules, and contains the same pieces of information
as the ones used to define the tested application (and it's variant).
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Gradle path of the project that is being tested.Returns the variant of the tested project.
-
Method Details
-
getTargetProjectPath
Returns the Gradle path of the project that is being tested. -
getTargetVariant
Returns the variant of the tested project.
-