View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse (google_api_integrations v0.10.0)
The response for executing a functional test.
Attributes
-
assertionResults(type:list(GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaAssertionResult.t), default:nil) - Results of each assertions ran during execution of test case. -
executionId(type:String.t, default:nil) - The id of the execution corresponding to this run of integration. -
outputParameters(type:map(), default:nil) - OUTPUT parameters in format of Map. Where Key is the name of the parameter. Note: Name of the system generated parameters are wrapped by backtick() to distinguish them from the user defined parameters. *testExecutionState(*type:*String.t, *default:*nil`) - State of the test case execution
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse{ assertionResults: [ GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaAssertionResult.t() ] | nil, executionId: String.t() | nil, outputParameters: map() | nil, testExecutionState: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.