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 Type
    Method
    Description
    Returns the Gradle path of the project that is being tested.
    Returns the variant of the tested project.
  • Method Details

    • getTargetProjectPath

      @NonNull String getTargetProjectPath()
      Returns the Gradle path of the project that is being tested.
    • getTargetVariant

      @NonNull String getTargetVariant()
      Returns the variant of the tested project.