Partilhar via


Construtor RunConfiguration

Inicializa uma nova RunConfiguration o objeto com um novo TestRun.

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

Sintaxe

'Declaração
Public Sub New ( _
    testRun As TestRun _
)
public RunConfiguration(
    TestRun testRun
)
public:
RunConfiguration(
    TestRun^ testRun
)
new : 
        testRun:TestRun -> RunConfiguration
public function RunConfiguration(
    testRun : TestRun
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

RunConfiguration Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

RunConfiguration

TestRun