Compartilhar via


Construtor TestResultBase (TestResultBase)

Inicializa uma nova instância de TestResultBase classe fazendo uma cópia da instância de resultado de teste fornecido.

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

Sintaxe

'Declaração
Public Sub New ( _
    other As TestResultBase _
)
public TestResultBase(
    TestResultBase other
)
public:
TestResultBase(
    TestResultBase^ other
)
new : 
        other:TestResultBase -> TestResultBase
public function TestResultBase(
    other : TestResultBase
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TestResultBase Classe

Sobrecargas TestResultBase

Namespace Microsoft.VisualStudio.TestTools.Common