表示通过查找与要求工作项关联的测试用例而动态填充的测试套件。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface IRequirementTestSuite _
Inherits IDynamicTestSuiteBase, ITestSuiteBase, ITestObject(Of Integer), _
IIdentifiable(Of Integer), IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface IRequirementTestSuite : IDynamicTestSuiteBase,
ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo,
INotifyPropertyChanged
public interface class IRequirementTestSuite : IDynamicTestSuiteBase,
ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo,
INotifyPropertyChanged
type IRequirementTestSuite =
interface
interface IDynamicTestSuiteBase
interface ITestSuiteBase
interface ITestObject<int>
interface IIdentifiable<int>
interface IPropertyOwner
interface IDataErrorInfo
interface INotifyPropertyChanged
end
public interface IRequirementTestSuite extends IDynamicTestSuiteBase, ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
IRequirementTestSuite 类型公开以下成员。
属性
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
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。) |
页首