Condividi tramite


Metodo ITestCaseResultHelper.ByTestId

Esegue una query nel server e restituisce un insieme di oggetti risultato del test 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
    ID numerico del test case per il quale trovare risultati del test.

Valore restituito

Tipo: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection
Insieme di risultati del test per il test case specificato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestCaseResultHelper Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

ITestCaseResultCollection