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
- testRun
Tipo: Microsoft.VisualStudio.TestTools.Common.TestRun
O TestRun usar para inicializar esse RunConfiguration.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.