TestEnvironmentCatalog class

A description of a test environment.

Constructors

TestEnvironmentCatalog({AndroidDeviceCatalog? androidDeviceCatalog, DeviceIpBlockCatalog? deviceIpBlockCatalog, IosDeviceCatalog? iosDeviceCatalog, NetworkConfigurationCatalog? networkConfigurationCatalog, ProvidedSoftwareCatalog? softwareCatalog})
TestEnvironmentCatalog.fromJson(Map _json)

Properties

androidDeviceCatalog AndroidDeviceCatalog?
Supported Android devices.
getter/setter pair
deviceIpBlockCatalog DeviceIpBlockCatalog?
The IP blocks used by devices in the test environment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iosDeviceCatalog IosDeviceCatalog?
Supported iOS devices.
getter/setter pair
networkConfigurationCatalog NetworkConfigurationCatalog?
Supported network configurations.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softwareCatalog ProvidedSoftwareCatalog?
The software test environment provided by TestExecutionService.
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