Package com.android.builder.model
Interface TestVariantBuildOutput
- All Superinterfaces:
BaseBuildOutput
Model for a test variant build output
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumEnum for all possible test variant types that can be returned. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the variant name of the tested variant.getType()Returns the test variant type as a StringMethods inherited from interface com.android.builder.model.BaseBuildOutput
getName, getOutputs
-
Field Details
-
UNIT
-
ANDROID_TEST
-
-
Method Details
-
getTestedVariantName
Returns the variant name of the tested variant.- Returns:
- the tested variant name.
-
getType
Returns the test variant type as a String- Returns:
- one of
TestVariantBuildOutput.TestTypevalue as aString
-