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: Int32
The total number of tests in the test run.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.