View Source GoogleApi.ToolResults.V1beta3.Model.IosTest (google_api_tool_results v0.33.0)
A iOS mobile test specification
Attributes
-
iosAppInfo
(type:GoogleApi.ToolResults.V1beta3.Model.IosAppInfo.t
, default:nil
) - Information about the application under test. -
iosRoboTest
(type:GoogleApi.ToolResults.V1beta3.Model.IosRoboTest.t
, default:nil
) - An iOS Robo test. -
iosTestLoop
(type:GoogleApi.ToolResults.V1beta3.Model.IosTestLoop.t
, default:nil
) - An iOS test loop. -
iosXcTest
(type:GoogleApi.ToolResults.V1beta3.Model.IosXcTest.t
, default:nil
) - An iOS XCTest. -
testTimeout
(type:GoogleApi.ToolResults.V1beta3.Model.Duration.t
, default:nil
) - Max time a test is allowed to run before it is automatically cancelled.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ToolResults.V1beta3.Model.IosTest{ iosAppInfo: GoogleApi.ToolResults.V1beta3.Model.IosAppInfo.t() | nil, iosRoboTest: GoogleApi.ToolResults.V1beta3.Model.IosRoboTest.t() | nil, iosTestLoop: GoogleApi.ToolResults.V1beta3.Model.IosTestLoop.t() | nil, iosXcTest: GoogleApi.ToolResults.V1beta3.Model.IosXcTest.t() | nil, testTimeout: GoogleApi.ToolResults.V1beta3.Model.Duration.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.