Condividi tramite


Metodo TestOutcomeHelper.GetAggregationOutcome

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Restituisce il risultato del test che rappresenta il valore numerico più basso per il risultato di ogni risultato del test della matrice fornita.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public Shared Function GetAggregationOutcome ( _
    results As TestResult() _
) As TestOutcome
public static TestOutcome GetAggregationOutcome(
    TestResult[] results
)
public:
static TestOutcome GetAggregationOutcome(
    array<TestResult^>^ results
)
static member GetAggregationOutcome : 
        results:TestResult[] -> TestOutcome 
public static function GetAggregationOutcome(
    results : TestResult[]
) : TestOutcome

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.TestTools.Common.TestOutcome
Il risultato del test che rappresenta il valore numerico più basso per il risultato di ogni risultato del test della matrice fornita.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestOutcomeHelper Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestOutcome

TestResult