RunConfiguration.TestCount Property

Definition

Gets the number of ITestElement objects in this RunConfiguration.

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

Property Value

The number of ITestElement objects in this RunConfiguration.

Applies to