google_api_tool_results v0.1.0 GoogleApi.ToolResults.V1beta3.Model.AndroidInstrumentationTest View Source

A test of an Android application that can control an Android component independently of its normal lifecycle. See for more information on types of Android tests.

Attributes

  • testPackageId (String.t): The java package for the test to be executed. Required Defaults to: null.
  • testRunnerClass (String.t): The InstrumentationTestRunner class. Required Defaults to: null.
  • testTargets ([String.t]): Each target must be fully qualified with the package name or class name, in one of these formats: - "package package_name" - "class package_name.class_name" - "class package_name.class_name#method_name" If empty, all targets in the module will be run. Defaults to: null.
  • useOrchestrator (boolean()): The flag indicates whether Android Test Orchestrator will be used to run test or not. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.ToolResults.V1beta3.Model.AndroidInstrumentationTest{
  testPackageId: any(),
  testRunnerClass: any(),
  testTargets: [any()],
  useOrchestrator: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.