TestResultCounter (Constructor) (TestResultCounter)

Inicializa una nueva instancia de la clase TestResultCounter y crea una copia del contador de resultados de pruebas proporcionado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

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

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

TestResultCounter Clase

TestResultCounter (Sobrecarga)

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)