ITestCaseResult.Iterations 属性

获取每个测试迭代的详细结果的集合。

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

语法

声明
ReadOnly Property Iterations As ITestIterationResultCollection
ITestIterationResultCollection Iterations { get; }
property ITestIterationResultCollection^ Iterations {
    ITestIterationResultCollection^ get ();
}
abstract Iterations : ITestIterationResultCollection with get
function get Iterations () : ITestIterationResultCollection

属性值

类型:Microsoft.TeamFoundation.TestManagement.Client.ITestIterationResultCollection
测试迭代结果的集合。

备注

数据绑定测试将为每个数据行创建一个迭代结果。

.NET Framework 安全性

请参见

参考

ITestCaseResult 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间

ITestIterationResultCollection

ITestIterationResult