RunResultAndStatistics.FailedTestCount Property

Definition

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

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

Property Value

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

Applies to