命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
public interface ITestSuiteBase2 : ITestSuiteBase, ITestObject<int>,
IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface class ITestSuiteBase2 : ITestSuiteBase, ITestObject<int>,
IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
type ITestSuiteBase2 =
interface
interface ITestSuiteBase
interface ITestObject<int>
interface IIdentifiable<int>
interface IPropertyOwner
interface IDataErrorInfo
interface INotifyPropertyChanged
end
Public Interface ITestSuiteBase2
Inherits ITestSuiteBase, ITestObject(Of Integer), IIdentifiable(Of Integer),
IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
属性
| 名称 | 说明 | |
|---|---|---|
![]() |
AllTestCases | 获取此套件和所有层次结构的子级的测试用例的只读集合。(从 ITestSuiteBase 继承。) |
![]() |
DefaultConfigurations | 获取默认配置的只读的列表。(从 ITestSuiteBase 继承。) |
![]() |
Description | 获取或设置此测试套件的说明。(从 ITestSuiteBase 继承。) |
![]() |
Error | (从 IDataErrorInfo 继承。) |
![]() |
Id | 获取标识符。(从 IIdentifiable<TKey> 继承。) |
![]() |
InvalidProperties | 获取无效的属性名称的列表。(从 IPropertyOwner 继承。) |
![]() |
IsDirty | 获取一个值,该值指示自上次刷新、获取或保存以来任何属性是否发生了更改。(从 IPropertyOwner 继承。) |
![]() |
IsRoot | 获取一个值,该值指示此套件是否在测试项目中的根套件。(从 ITestSuiteBase 继承。) |
![]() |
Item[String] | (从 IDataErrorInfo 继承。) |
![]() |
LastUpdated | 获取的日期和最后一次更新此测试套件的时间。(从 ITestSuiteBase 继承。) |
![]() |
LastUpdatedBy | 获取上次更新此测试套件的人员的标识。(从 ITestSuiteBase 继承。) |
![]() |
LastUpdatedByName | 若要更新套件的最后一个人(从 ITestSuiteBase 继承。) |
![]() |
Parent | 获取父包含此测试套件的测试套件。(从 ITestSuiteBase 继承。) |
![]() |
Plan | 获取拥有此测试套件的测试计划。(从 ITestSuiteBase 继承。) |
![]() |
Project | 此 API 支持 产品 基础结构,不能在代码中直接使用。 获取测试项目。(从 ITestObject<T> 继承。) |
![]() |
Revision | 此 API 支持 产品 基础结构,不能在代码中直接使用。 获取此对象的当前修订号。(从 ITestObject<T> 继承。) |
![]() |
State | 已过时。 获取或设置此测试套件的状态。(从 ITestSuiteBase 继承。) |
![]() |
Status | |
![]() |
TestCaseCount | 计数在测试套件中的用例(从 ITestSuiteBase 继承。) |
![]() |
TestCases | 获取测试用例的只读集合。(从 ITestSuiteBase 继承。) |
![]() |
TestSuiteEntry | 获取在静态测试套件中使用的创建一个条目。(从 ITestSuiteBase 继承。) |
![]() |
TestSuiteType | 获取此测试套件的类型。(从 ITestSuiteBase 继承。) |
![]() |
Title | 获取或设置此测试套件的标题。(从 ITestSuiteBase 继承。) |
![]() |
UserData | 此 API 支持 产品 基础结构,不能在代码中直接使用。 获取或设置未保留的任意对象或值,但允许动态扩展测试管理对象。(从 ITestObject<T> 继承。) |
方法
| 名称 | 说明 | |
|---|---|---|
![]() |
AssignTestPoints(IEnumerable<ITestPointAssignment>) | 更改 AssignedTo 通过使用测试点分配所提供的集合的属性。(从 ITestSuiteBase 继承。) |
![]() |
ClearDefaultConfigurations() | 从此套件中删除的默认配置的列表。 这将导致此套件若要从其父项继承的默认配置。(从 ITestSuiteBase 继承。) |
![]() |
CreateTestPointAssignment(Int32, IdAndName, Guid) | 在 AssignTestPoints() 中创建以供以后使用 TestPointAssignment 对象(从 ITestSuiteBase 继承。) |
![]() |
CreateTestPointAssignment(Int32, IdAndName, TeamFoundationIdentity) | 创建 ITestPointAssignment 要传递到对象 ITestSuiteBase.AssignTestPoints(从 ITestSuiteBase 继承。) |
![]() |
Refresh() | 更新已过期的套件层次结构中的任何套件。(从 ITestSuiteBase 继承。) |
![]() |
Refresh(Boolean) | 更新的可选择它们已过时的强制更新的套件层次结构中的任何套件。(从 ITestSuiteBase 继承。) |
![]() |
SetDefaultConfigurations(IEnumerable<IdAndName>) | 指定一组配置以使用新添加套件项。 添加条目,会创建这些配置的每个测试点。(从 ITestSuiteBase 继承。) |
![]() |
SetEntryConfigurations(IEnumerable<ITestSuiteEntry>, IEnumerable<IdAndName>) | 创建和删除的必要的测试点以使其组的每个条目为传入的配置。(从 ITestSuiteBase 继承。) |
事件
| 名称 | 说明 | |
|---|---|---|
![]() |
PropertyChanged | (从 INotifyPropertyChanged 继承。) |
请参阅
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首
.jpeg)
.gif)
.gif)