RunResultAndStatistics.TotalTestCount Property

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

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Property TotalTestCount As Integer
public int TotalTestCount { get; internal set; }
public:
property int TotalTestCount {
    int get ();
    internal: void set (int value);
}
member TotalTestCount : int with get, internal set
function get TotalTestCount () : int
internal function set TotalTestCount (value : int)

Property Value

Type: System.Int32
The total number of tests in the test run.

.NET Framework Security

See Also

Reference

RunResultAndStatistics Class

Microsoft.VisualStudio.TestTools.Common Namespace