RunResultAndStatistics.PassedTestCount Property

Definition

Gets the number of tests that passed in the associated test run.

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

Property Value

The number of tests that passed in the associated test run.

Applies to