RunResultAndStatistics.ExecutedTestCount Property

Definition

Gets the number of tests that are executed in the associated test run.

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

Property Value

The number of tests that are executed in this test run.

Applies to