View Source GoogleApi.ToolResults.V1beta3.Model.AndroidRoboTest (google_api_tool_results v0.33.0)

A test of an android application that explores the application on a virtual or physical Android device, finding culprits and crashes as it goes.

Attributes

  • appInitialActivity (type: String.t, default: nil) - The initial activity that should be used to start the app. Optional
  • bootstrapPackageId (type: String.t, default: nil) - The java package for the bootstrap. Optional
  • bootstrapRunnerClass (type: String.t, default: nil) - The runner class for the bootstrap. Optional
  • maxDepth (type: integer(), default: nil) - The max depth of the traversal stack Robo can explore. Optional
  • maxSteps (type: integer(), default: nil) - The max number of steps/actions Robo can execute. Default is no limit (0). Optional

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ToolResults.V1beta3.Model.AndroidRoboTest{
  appInitialActivity: String.t() | nil,
  bootstrapPackageId: String.t() | nil,
  bootstrapRunnerClass: String.t() | nil,
  maxDepth: integer() | nil,
  maxSteps: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.