Costruttore TestResultAggregation (ComputerInfo, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult )
Nota: questa API è ora obsoleta.
Inizializza una nuova istanza di TestResultAggregation classe.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
<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() _
)
[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
)
[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
)
[<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[] -> TestResultAggregation
public function TestResultAggregation(
computerInfo : ComputerInfo,
runId : Guid,
test : ITestElement,
outcome : TestOutcome,
counters : TestResultCounter,
innerResults : TestResult[]
)
Parametri
- computerInfo
Tipo: Microsoft.VisualStudio.TestTools.Common.ComputerInfo
In ComputerInfo oggetto contenente informazioni sul computer che ha eseguito il test.
- runId
Tipo: System.Guid
L'ID per l'esecuzione dei test.
- test
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
ITestElement oggetto.
- outcome
Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
In TestOutcome oggetto.
- counters
Tipo: Microsoft.VisualStudio.TestTools.Common.TestResultCounter
In TestResultCounter oggetto.
- innerResults
Tipo: array<Microsoft.VisualStudio.TestTools.Common.TestResult[]
una matrice di TestResult oggetti.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Overload TestResultAggregation