RunResultAndStatistics.TotalTestCount Property

Definition

Gets or sets the total number of tests in the test run.

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

Property Value

The total number of tests in the test run.

Applies to