Condividi tramite


Metodo ITestRun.QueryResultsByOutcome

Restituisce una raccolta di risultati del test dell'esecuzione dei test con il risultato test specificato.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
Function QueryResultsByOutcome ( _
    outcome As TestOutcome _
) As ITestCaseResultCollection
ITestCaseResultCollection QueryResultsByOutcome(
    TestOutcome outcome
)
ITestCaseResultCollection^ QueryResultsByOutcome(
    TestOutcome outcome
)
abstract QueryResultsByOutcome : 
        outcome:TestOutcome -> ITestCaseResultCollection 
function QueryResultsByOutcome(
    outcome : TestOutcome
) : ITestCaseResultCollection

Parametri

Valore restituito

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection
Raccolta di risultati del test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestRun Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ITestCaseResultCollection

TestOutcome