Costruttore TestResultAggregation (String, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult , Int32)
Inizializza una nuova istanza della classe TestResultAggregation.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
computerInfo As String, _
runId As Guid, _
test As ITestElement, _
outcome As TestOutcome, _
counters As TestResultCounter, _
innerResults As TestResult(), _
currentTestIndex As Integer _
)
public TestResultAggregation(
string computerInfo,
Guid runId,
ITestElement test,
TestOutcome outcome,
TestResultCounter counters,
TestResult[] innerResults,
int currentTestIndex
)
public:
TestResultAggregation(
String^ computerInfo,
Guid runId,
ITestElement^ test,
TestOutcome outcome,
TestResultCounter^ counters,
array<TestResult^>^ innerResults,
int currentTestIndex
)
new :
computerInfo:string *
runId:Guid *
test:ITestElement *
outcome:TestOutcome *
counters:TestResultCounter *
innerResults:TestResult[] *
currentTestIndex:int -> TestResultAggregation
public function TestResultAggregation(
computerInfo : String,
runId : Guid,
test : ITestElement,
outcome : TestOutcome,
counters : TestResultCounter,
innerResults : TestResult[],
currentTestIndex : int
)
Parametri
- computerInfo
Tipo: System.String
Nome del computer nel quale sono stati eseguiti i test.
- runId
Tipo: System.Guid
ID relativo all'esecuzione dei test.
- test
Tipo: Microsoft.VisualStudio.TestTools.Common.ITestElement
Oggetto ITestElement.
- outcome
Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Oggetto TestOutcome.
- counters
Tipo: Microsoft.VisualStudio.TestTools.Common.TestResultCounter
Oggetto TestResultCounter.
- innerResults
Tipo: array<Microsoft.VisualStudio.TestTools.Common.TestResult[]
Matrice di oggetti TestResult.
- currentTestIndex
Tipo: System.Int32
Valore int che rappresenta l'indice del risultato del test corrente nella matrice innerResults.
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