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

Details for an outcome with an INCONCLUSIVE outcome summary.

Attributes

  • abortedByUser (type: boolean(), default: nil) - 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.
  • hasErrorLogs (type: boolean(), default: nil) - If results are being provided to the user in certain cases of infrastructure failures
  • infrastructureFailure (type: boolean(), default: nil) - 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.

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: boolean(),
  hasErrorLogs: boolean(),
  infrastructureFailure: boolean()
}

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.