google_api_tool_results v0.20.0 GoogleApi.ToolResults.V1beta3.Model.AndroidRoboTest View Source

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

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.AndroidRoboTest{
  appInitialActivity: String.t(),
  bootstrapPackageId: String.t(),
  bootstrapRunnerClass: String.t(),
  maxDepth: integer(),
  maxSteps: integer()
}

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.