google_api_tool_results v0.4.0 GoogleApi.ToolResults.V1beta3.Model.InconclusiveDetail View Source

Attributes

  • abortedByUser (boolean()): If the end user aborted the test execution before a pass or fail could be determined. For example, the user pressed ctrl-c which sent a kill signal to the test runner while the test was running. Defaults to: null.
  • infrastructureFailure (boolean()): If the test runner could not determine success or failure because the test depends on a component other than the system under test which failed. For example, a mobile test requires provisioning a device where the test executes, and that provisioning can fail. 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.InconclusiveDetail{
  abortedByUser: any(),
  infrastructureFailure: 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.