Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
TestResultCounter(
	int total
)

Parameters

total
Type: System::Int32

An int that indicates the total number of test outcomes in this counter.

Return to top
Show: