RunResultAndStatistics.ExecutedTestCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.