GoogleApi.ToolResults.V1beta3.Model.IosTest (google_api_tool_results v0.31.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ToolResults.V1beta3.Model.IosTest{ iosAppInfo: GoogleApi.ToolResults.V1beta3.Model.IosAppInfo.t(), iosRoboTest: GoogleApi.ToolResults.V1beta3.Model.IosRoboTest.t(), iosTestLoop: GoogleApi.ToolResults.V1beta3.Model.IosTestLoop.t(), iosXcTest: GoogleApi.ToolResults.V1beta3.Model.IosXcTest.t(), testTimeout: GoogleApi.ToolResults.V1beta3.Model.Duration.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.