Condividi tramite


Metodo ITestCaseResultHelper.ByTestId

Eseguire una query sul server e restituisce una raccolta di oggetti i risultati per un test case.

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

Sintassi

'Dichiarazione
Function ByTestId ( _
    testCaseId As Integer _
) As ITestCaseResultCollection
ITestCaseResultCollection ByTestId(
    int testCaseId
)
ITestCaseResultCollection^ ByTestId(
    int testCaseId
)
abstract ByTestId : 
        testCaseId:int -> ITestCaseResultCollection 
function ByTestId(
    testCaseId : int
) : ITestCaseResultCollection

Parametri

  • testCaseId
    Tipo: System.Int32
    L'ID numerico del test case per il quale per trovare i risultati del test.

Valore restituito

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection
Una raccolta di risultati del test case specificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestCaseResultHelper Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ITestCaseResultCollection