Share via


TestResultCounter Constructor (Int32)

Initializes a new instance of the TestResultCounter class.

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

Syntax

'Declaration
Public Sub New ( _
    total As Integer _
)
public TestResultCounter(
    int total
)
public:
TestResultCounter(
    int total
)
new : 
        total:int -> TestResultCounter
public function TestResultCounter(
    total : int
)

Parameters

  • total
    Type: System.Int32
    An int that indicates the total number of test outcomes in this counter.

.NET Framework Security

See Also

Reference

TestResultCounter Class

TestResultCounter Overload

Microsoft.VisualStudio.TestTools.Common Namespace