ITestRunStatistics.InconclusiveTests 属性

 

获取具有无结论结果的测试的数目。

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

语法

int InconclusiveTests { get; }
property int InconclusiveTests {
    int get();
}
abstract InconclusiveTests : int with get
ReadOnly Property InconclusiveTests As Integer

属性值

Type: System.Int32

具有无结论结果的测试的数目。

请参阅

ITestRunStatistics 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首