public interface TestVariantBuildOutput extends BaseBuildOutput
| Modifier and Type | Interface and Description |
|---|---|
static class |
TestVariantBuildOutput.TestType
Enum for all possible test variant types that can be returned.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ANDROID_TEST |
static java.lang.String |
UNIT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTestedVariantName()
Returns the variant name of the tested variant.
|
java.lang.String |
getType()
Returns the test variant type as a String
|
getName, getOutputsstatic final java.lang.String UNIT
static final java.lang.String ANDROID_TEST
@NonNull java.lang.String getTestedVariantName()
@NonNull java.lang.String getType()
TestVariantBuildOutput.TestType value as a String