获取每个测试步骤或组成部分的详细结果。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
TestActionResultCollection Actions { get; }
property TestActionResultCollection^ Actions {
TestActionResultCollection^ get();
}
abstract Actions : TestActionResultCollection with get
ReadOnly Property Actions As TestActionResultCollection
属性值
Type: Microsoft.TeamFoundation.TestManagement.Client.TestActionResultCollection
每个测试步骤或组成部分的详细结果。
请参阅
TestActionResultCollection
ITestIterationResult 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首