IDynamicTestSuite 介面
表示透過工作項目查詢語言 (WIQL) 查詢而動態填入的測試套件。
命名空間: Microsoft.TeamFoundation.TestManagement.Client
組件: Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
語法
'宣告
Public Interface IDynamicTestSuite _
Inherits IDynamicTestSuiteBase, ITestSuiteBase, ITestObject(Of Integer), _
IIdentifiable(Of Integer), IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface IDynamicTestSuite : IDynamicTestSuiteBase,
ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo,
INotifyPropertyChanged
public interface class IDynamicTestSuite : IDynamicTestSuiteBase,
ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo,
INotifyPropertyChanged
type IDynamicTestSuite =
interface
interface IDynamicTestSuiteBase
interface ITestSuiteBase
interface ITestObject<int>
interface IIdentifiable<int>
interface IPropertyOwner
interface IDataErrorInfo
interface INotifyPropertyChanged
end
public interface IDynamicTestSuite extends IDynamicTestSuiteBase, ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
IDynamicTestSuite 類型會公開下列成員。
屬性
回頁首
方法
名稱 | 描述 | |
---|---|---|
AssignTestPoints | (繼承自 ITestSuiteBase)。 | |
ClearDefaultConfigurations | (繼承自 ITestSuiteBase)。 | |
CreateTestPointAssignment(Int32, IdAndName, TeamFoundationIdentity) | (繼承自 ITestSuiteBase)。 | |
CreateTestPointAssignment(Int32, IdAndName, Guid) | (繼承自 ITestSuiteBase)。 | |
Refresh() | (繼承自 ITestSuiteBase)。 | |
Refresh(Boolean) | (繼承自 ITestSuiteBase)。 | |
Repopulate | 新增線在符合伺服器上的查詢條件的套件項目,並且移除不再符合伺服器上的查詢條件的套件項目。 (繼承自 IDynamicTestSuiteBase)。 | |
SetDefaultConfigurations | (繼承自 ITestSuiteBase)。 | |
SetEntryConfigurations | (繼承自 ITestSuiteBase)。 |
回頁首
事件
名稱 | 描述 | |
---|---|---|
PropertyChanged | 當屬性值變更時發生。 (繼承自 INotifyPropertyChanged)。 |
回頁首
請參閱
參考
Microsoft.TeamFoundation.TestManagement.Client 命名空間
IDynamicTestSuite