次の方法で共有


TestConfiguration interface

テスト構成

Extends

プロパティ

id

構成の ID

project

テスト構成変数の ID

継承されたプロパティ

description

構成の説明

isDefault

構成はテスト 計画の既定値です

name

構成の名前

state

構成の状態

values

テスト変数の辞書、選択した値

プロパティの詳細

id

構成の ID

id: number

プロパティ値

number

project

テスト構成変数の ID

project: TeamProjectReference

プロパティ値

継承されたプロパティの詳細

description

構成の説明

description: string

プロパティ値

string

TestConfigurationCreateUpdateParameters.descriptionから継承

isDefault

構成はテスト 計画の既定値です

isDefault: boolean

プロパティ値

boolean

TestConfigurationCreateUpdateParameters.isDefaultから継承

name

構成の名前

name: string

プロパティ値

string

TestConfigurationCreateUpdateParameters.nameから継承

state

構成の状態

state: TestConfigurationState

プロパティ値

TestConfigurationCreateUpdateParameters.stateから継承

values

テスト変数の辞書、選択した値

values: NameValuePair[]

プロパティ値

TestConfigurationCreateUpdateParameters.valuesから継承