GoogleCloudIntegrationsV1alphaTestCase class

Defines the functional test case for Application Integration.

Next available id: 15

Constructors

GoogleCloudIntegrationsV1alphaTestCase.new({String? createTime, String? creatorEmail, String? databasePersistencePolicy, String? description, String? displayName, String? lastModifierEmail, String? lockHolderEmail, String? name, List<GoogleCloudIntegrationsV1alphaIntegrationParameter>? testInputParameters, List<GoogleCloudIntegrationsV1alphaTestTaskConfig>? testTaskConfigs, GoogleCloudIntegrationsV1alphaTriggerConfig? triggerConfig, String? triggerId, String? updateTime})
GoogleCloudIntegrationsV1alphaTestCase.fromJson(Map json_)

Properties

createTime String?
Auto-generated.
getter/setter pair
creatorEmail String?
The creator's email address.
getter/setter pair
databasePersistencePolicy String?
Various policies for how to persist the test execution info including execution info, execution export info, execution metadata index and execution param index..
getter/setter pair
description String?
Description of the test case.
getter/setter pair
displayName String?
The display name of test case.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastModifierEmail String?
The last modifier's email address.
getter/setter pair
lockHolderEmail String?
The edit lock holder's email address.
getter/setter pair
name String?
Auto-generated primary key.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testInputParameters List<GoogleCloudIntegrationsV1alphaIntegrationParameter>?
Parameters that are expected to be passed to the test case when the test case is triggered.
getter/setter pair
testTaskConfigs List<GoogleCloudIntegrationsV1alphaTestTaskConfig>?
However, the test case doesn't mock or assert anything without test_task_configs.
getter/setter pair
triggerConfig GoogleCloudIntegrationsV1alphaTriggerConfig?
Auto-generated.
getter/setter pair
triggerId String?
This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
getter/setter pair
updateTime String?
Auto-generated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited