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

An issue detected occurring during a test execution.

Attributes

  • category (String.t): Category of issue. Required. Defaults to: null.

    • Enum - one of [common, robo, unspecifiedCategory]
  • errorMessage (String.t): A brief human-readable message describing the issue. Required. Defaults to: null.
  • severity (String.t): Severity of issue. Required. Defaults to: null.

    • Enum - one of [info, severe, suggestion, unspecifiedSeverity, warning]
  • stackTrace (StackTrace): Deprecated in favor of stack trace fields inside specific warnings. Defaults to: null.
  • type (String.t): Type of issue. Required. Defaults to: null.

    • Enum - one of [anr, availableDeepLinks, compatibleWithOrchestrator, completeRoboScriptExecution, encounteredLoginScreen, encounteredNonAndroidUiWidgetScreen, failedToInstall, fatalException, inAppPurchases, incompleteRoboScriptExecution, insufficientCoverage, iosCrash, iosException, launcherActivityNotFound, nativeCrash, nonSdkApiUsageReport, nonSdkApiUsageViolation, performedGoogleLogin, performedMonkeyActions, startActivityNotFound, unspecifiedType, unusedRoboDirective, usedRoboDirective, usedRoboIgnoreDirective]
  • warning (Any): Warning message with additional details of the issue. Should always be a message from com.google.devtools.toolresults.v1.warnings 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.TestIssue{
  category: any(),
  errorMessage: any(),
  severity: any(),
  stackTrace: GoogleApi.ToolResults.V1beta3.Model.StackTrace.t(),
  type: any(),
  warning: GoogleApi.ToolResults.V1beta3.Model.Any.t()
}

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.