次の方法で共有


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 から継承