Share via


TestResultCounter Constructor (TestResultCounter)

Initializes a new instance of the TestResultCounter class by creating a copy of the provided test result counter.

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

Syntax

'Declaration
Public Sub New ( _
    other As TestResultCounter _
)
public TestResultCounter(
    TestResultCounter other
)
public:
TestResultCounter(
    TestResultCounter^ other
)
new : 
        other:TestResultCounter -> TestResultCounter
public function TestResultCounter(
    other : TestResultCounter
)

Parameters

.NET Framework Security

See Also

Reference

TestResultCounter Class

TestResultCounter Overload

Microsoft.VisualStudio.TestTools.Common Namespace