ITestPlan 接口

命名空间:  Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

声明
Public Interface ITestPlan _
    Inherits ITestObject(Of Integer), IIdentifiable(Of Integer),  _
    IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface ITestPlan : ITestObject<int>, 
    IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
public interface class ITestPlan : ITestObject<int>, 
    IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged
type ITestPlan =  
    interface 
        interface ITestObject<int>
        interface IIdentifiable<int>
        interface IPropertyOwner 
        interface IDataErrorInfo 
        interface INotifyPropertyChanged 
    end
public interface ITestPlan extends ITestObject<int>, IIdentifiable<int>, IPropertyOwner, IDataErrorInfo, INotifyPropertyChanged

ITestPlan 类型公开以下成员。

属性

  名称 说明
公共属性 AreaPath
公共属性 AutomatedTestEnvironmentId
公共属性 AutomatedTestSettingsId
公共属性 BuildDirectory
公共属性 BuildFilter
公共属性 BuildNumber
公共属性 BuildTakenDate
公共属性 BuildUri
公共属性 Description
公共属性 EndDate
公共属性 Error 获取指示对象何处出错的错误信息。 (继承自 IDataErrorInfo。)
公共属性 Id 获取标识符。 (继承自 IIdentifiable<TKey>。)
公共属性 InvalidProperties 获取无效的属性名称的列表。 (继承自 IPropertyOwner。)
公共属性 IsDirty 获取一个值,该值指示自上次刷新、获取或保存以来任何属性是否发生了更改。 (继承自 IPropertyOwner。)
公共属性 Item 获取具有给定名称的属性的错误信息。 (继承自 IDataErrorInfo。)
公共属性 Iteration
公共属性 LastUpdated
公共属性 LastUpdatedBy
公共属性 LastUpdatedByName
公共属性 Links
公共属性 ManualTestEnvironmentId
公共属性 ManualTestSettingsId
公共属性 Name
公共属性 NewBuildStatistics
公共属性 Owner
公共属性 OwnerName
公共属性 OwnerTeamFoundationId
公共属性 PreviousBuildUri
公共属性 Project 获取测试项目。 (继承自 ITestObject<T>。)
公共属性 Revision 获取此对象的当前修订号。 (继承自 ITestObject<T>。)
公共属性 RootSuite
公共属性 StartDate
公共属性 State
公共属性 UserData 获取或设置未保留的任意对象或值,但允许动态扩展测试管理对象。 (继承自 ITestObject<T>。)

页首

方法

  名称 说明
公共方法 Clone
公共方法 CopyPropertiesFrom
公共方法 CreateLink
公共方法 CreateTestRun
公共方法 Delete()
公共方法 Delete(DeleteAction)
公共方法 FindTestPoint(Int32)
公共方法 FindTestPoint(Int32, String)
公共方法 QueryImpactedPoints(Uri)
公共方法 QueryImpactedPoints(Uri, String)
公共方法 QueryTestPointHierarchy
公共方法 QueryTestPoints(String)
公共方法 QueryTestPoints(String, String)
公共方法 QueryTestPoints(String, String, array<String[], Boolean)
公共方法 QueryTestPointsAndStatistics(String, String, ITestPointStatistics%)
公共方法 QueryTestPointsAndStatistics(String, String, array<String[], ITestPointStatistics%)
公共方法 QueryTestPointStatistics
公共方法 QueryTestPointStatisticsByPivot
公共方法 Refresh
公共方法 RefreshRootSuite
公共方法 RefreshTestCase
公共方法 Save
公共方法 SetBuildInfo

页首

事件

  名称 说明
公共事件 PropertyChanged 在属性值更改时发生。 (继承自 INotifyPropertyChanged。)

页首

备注

这里不会更新任何内容;请不要在这里添加材料。

请参阅

参考

Microsoft.TeamFoundation.TestManagement.Client 命名空间