Construtor TestResultAggregation (ComputerInfo, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult , Int32)
Observação: esta API agora está obsoleta.
Inicializa uma nova instância da classe TestResultAggregation.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)
Sintaxe
'Declaração
<ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")> _
Public Sub New ( _
computerInfo As ComputerInfo, _
runId As Guid, _
test As ITestElement, _
outcome As TestOutcome, _
counters As TestResultCounter, _
innerResults As TestResult(), _
currentTestIndex As Integer _
)
[ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")]
public TestResultAggregation(
ComputerInfo computerInfo,
Guid runId,
ITestElement test,
TestOutcome outcome,
TestResultCounter counters,
TestResult[] innerResults,
int currentTestIndex
)
[ObsoleteAttribute(L"This constructor is obsolete. Use the constructor that takes string instead.")]
public:
TestResultAggregation(
ComputerInfo^ computerInfo,
Guid runId,
ITestElement^ test,
TestOutcome outcome,
TestResultCounter^ counters,
array<TestResult^>^ innerResults,
int currentTestIndex
)
[<ObsoleteAttribute("This constructor is obsolete. Use the constructor that takes string instead.")>]
new :
computerInfo:ComputerInfo *
runId:Guid *
test:ITestElement *
outcome:TestOutcome *
counters:TestResultCounter *
innerResults:TestResult[] *
currentTestIndex:int -> TestResultAggregation
public function TestResultAggregation(
computerInfo : ComputerInfo,
runId : Guid,
test : ITestElement,
outcome : TestOutcome,
counters : TestResultCounter,
innerResults : TestResult[],
currentTestIndex : int
)
Parâmetros
- computerInfo
Tipo: Microsoft.VisualStudio.TestTools.Common.ComputerInfo
A ComputerInfo objeto que possui informações sobre o computador que executava o Test.
- runId
Tipo: System.Guid
A identificação de execução de teste.
- test
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
Um objeto ITestElement.
- outcome
Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
A TestOutcome objeto.
- counters
Tipo: Microsoft.VisualStudio.TestTools.Common.TestResultCounter
A TestResultCounter objeto.
- innerResults
Tipo: array<Microsoft.VisualStudio.TestTools.Common.TestResult[]
Uma matriz de TestResult objetos.
- currentTestIndex
Tipo: System.Int32
Um int que representa o índice do resultado de teste atual na innerResults matriz.
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.
Consulte também
Referência
Sobrecargas TestResultAggregation