Interface TestVariantBuildOutput

All Superinterfaces:
BaseBuildOutput

public interface TestVariantBuildOutput extends BaseBuildOutput
Model for a test variant build output
  • Field Details

    • UNIT

      static final String UNIT
    • ANDROID_TEST

      static final String ANDROID_TEST
  • Method Details

    • getTestedVariantName

      @NonNull String getTestedVariantName()
      Returns the variant name of the tested variant.
      Returns:
      the tested variant name.
    • getType

      @NonNull String getType()
      Returns the test variant type as a String
      Returns:
      one of TestVariantBuildOutput.TestType value as a String