Sdílet prostřednictvím


ITestRunHelper.Query – metoda (String, Boolean)

Dotazy serveru a zjistit, že všechny zkušební spustí odpovídající daného dotazu.Také poskytuje možnost včetně statistických údajů.

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
Function Query ( _
    queryText As String, _
    includeStats As Boolean _
) As IEnumerable(Of ITestRun)
IEnumerable<ITestRun> Query(
    string queryText,
    bool includeStats
)
IEnumerable<ITestRun^>^ Query(
    String^ queryText, 
    bool includeStats
)
abstract Query : 
        queryText:string * 
        includeStats:bool -> IEnumerable<ITestRun> 
function Query(
    queryText : String, 
    includeStats : boolean
) : IEnumerable<ITestRun>

Parametry

  • queryText
    Typ: String

    WIQL dotaz spustit.

  • includeStats
    Typ: Boolean

    O statistické údaje, které jsou spojené s zkušební jízdy.

Vrácená hodnota

Typ: IEnumerable<ITestRun>
Spustí seznam test.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestRunHelper Rozhraní

Query – přetížení

Microsoft.TeamFoundation.TestManagement.Client – obor názvů