Construtor TestResultId (Guid, TestExecId, TestExecId, TestId)
Inicializa uma nova instância da TestResultId classe usando o teste fornecido executar ID, ID de execução, ID de execução do pai e teste de identificação.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
Public Sub New ( _
runId As Guid, _
executionId As TestExecId, _
parentExecutionId As TestExecId, _
testId As TestId _
)
public TestResultId(
Guid runId,
TestExecId executionId,
TestExecId parentExecutionId,
TestId testId
)
public:
TestResultId(
Guid runId,
TestExecId^ executionId,
TestExecId^ parentExecutionId,
TestId^ testId
)
new :
runId:Guid *
executionId:TestExecId *
parentExecutionId:TestExecId *
testId:TestId -> TestResultId
public function TestResultId(
runId : Guid,
executionId : TestExecId,
parentExecutionId : TestExecId,
testId : TestId
)
Parâmetros
- runId
Tipo: System.Guid
A Guid para executar o teste.
- executionId
Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
A TestExecId objeto.
- parentExecutionId
Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
A TestExecId o objeto para o Test ' pai.
- testId
Tipo: Microsoft.VisualStudio.TestTools.Common.TestId
A TestId objeto.
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.