Udostępnij za pośrednictwem


Metoda ITestCaseResultHelper.ByTestId —

Wykonuje kwerendę na serwerze i zwraca kolekcję test obiektów wyniku dla przypadku badania.

Przestrzeń nazw:  Microsoft.TeamFoundation.TestManagement.Client
Zestaw:  Microsoft.TeamFoundation.TestManagement.Client (w Microsoft.TeamFoundation.TestManagement.Client.dll)

Składnia

'Deklaracja
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

Parametry

  • testCaseId
    Typ: Int32

    Identyfikator numeryczny w przypadku badania do szukania wyników badania.

Wartość zwracana

Typ: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection
Kolekcja wyniki badań w przypadku określonego testu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITestCaseResultHelper Interfejs

Przestrzeń nazw Microsoft.TeamFoundation.TestManagement.Client

ITestCaseResultCollection