RunResultAndStatistics.PassedTestCount 属性

定义

获取在关联的测试运行中传递的测试数。

public:
 property int PassedTestCount { int get(); };
public int PassedTestCount { get; }
member this.PassedTestCount : int
Public ReadOnly Property PassedTestCount As Integer

属性值

Int32

在关联的测试运行中传递的测试数。

适用于