为由服务器填充的所有套件提供一个公共基类。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
声明
Public Interface IDynamicTestSuiteBase _
Inherits ITestSuiteBase, ITestObject(Of Integer), IIdentifiable(Of Integer), _
IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface IDynamicTestSuiteBase : ITestSuiteBase,
ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface class IDynamicTestSuiteBase : ITestSuiteBase,
ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
type IDynamicTestSuiteBase =
interface
interface ITestSuiteBase
interface ITestObject<int>
interface IIdentifiable<int>
interface IPropertyOwner
interface IDataErrorInfo
interface INotifyPropertyChanged
end
public interface IDynamicTestSuiteBase extends ITestSuiteBase, ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
IDynamicTestSuiteBase 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
AllTestCases | (继承自 ITestSuiteBase。) |
![]() |
DefaultConfigurations | (继承自 ITestSuiteBase。) |
![]() |
Description | (继承自 ITestSuiteBase。) |
![]() |
Error | 获取指示对象何处出错的错误信息。 (继承自 IDataErrorInfo。) |
![]() |
Id | 获取标识符。 (继承自 IIdentifiable<TKey>。) |
![]() |
InvalidProperties | 获取无效的属性名称的列表。 (继承自 IPropertyOwner。) |
![]() |
IsDirty | 获取一个值,该值指示自上次刷新、获取或保存以来任何属性是否发生了更改。 (继承自 IPropertyOwner。) |
![]() |
IsRoot | (继承自 ITestSuiteBase。) |
![]() |
Item | 获取具有给定名称的属性的错误信息。 (继承自 IDataErrorInfo。) |
![]() |
LastError | 获取上次尝试动态重新填充此套件的项期间遇到的最后一条错误消息。 |
![]() |
LastPopulated | 获取上次尝试动态重新填充此套件条目的日期和时间。 |
![]() |
LastUpdated | (继承自 ITestSuiteBase。) |
![]() |
LastUpdatedBy | (继承自 ITestSuiteBase。) |
![]() |
LastUpdatedByName | (继承自 ITestSuiteBase。) |
![]() |
Parent | (继承自 ITestSuiteBase。) |
![]() |
Plan | (继承自 ITestSuiteBase。) |
![]() |
Project | 获取测试项目。 (继承自 ITestObject<T>。) |
![]() |
Revision | 获取此对象的当前修订号。 (继承自 ITestObject<T>。) |
![]() |
State | (继承自 ITestSuiteBase。) |
![]() |
TestCaseCount | 计数在测试套件中的用例 (继承自 ITestSuiteBase。) |
![]() |
TestCases | (继承自 ITestSuiteBase。) |
![]() |
TestSuiteEntry | (继承自 ITestSuiteBase。) |
![]() |
TestSuiteType | (继承自 ITestSuiteBase。) |
![]() |
Title | (继承自 ITestSuiteBase。) |
![]() |
UserData | 获取或设置未保留的任意对象或值,但允许动态扩展测试管理对象。 (继承自 ITestObject<T>。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
AssignTestPoints | (继承自 ITestSuiteBase。) |
![]() |
ClearDefaultConfigurations | (继承自 ITestSuiteBase。) |
![]() |
CreateTestPointAssignment(Int32, IdAndName, TeamFoundationIdentity) | (继承自 ITestSuiteBase。) |
![]() |
CreateTestPointAssignment(Int32, IdAndName, Guid) | (继承自 ITestSuiteBase。) |
![]() |
Refresh() | (继承自 ITestSuiteBase。) |
![]() |
Refresh(Boolean) | (继承自 ITestSuiteBase。) |
![]() |
Repopulate | 添加现在符合服务器上的查询条件的套件条目,并删除不再符合服务器上的查询条件的套件条目。 |
![]() |
SetDefaultConfigurations | (继承自 ITestSuiteBase。) |
![]() |
SetEntryConfigurations | (继承自 ITestSuiteBase。) |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
PropertyChanged | 在属性值更改时发生。 (继承自 INotifyPropertyChanged。) |
页首