ITestRunHelper.ByBuild Method (Uri)

 

Returns all test runs from the server that run against the given build.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

IEnumerable<ITestRun> ByBuild(
    Uri buildUri
)
IEnumerable<ITestRun^>^ ByBuild(
    Uri^ buildUri
)
abstract ByBuild : 
        buildUri:Uri -> IEnumerable<ITestRun>
Function ByBuild (
    buildUri As Uri
) As IEnumerable(Of ITestRun)

Parameters

  • buildUri
    Type: System.Uri

    The uniform resource identifier (URI) for a build of the test project.

Return Value

Type: System.Collections.Generic.IEnumerable<ITestRun>

A list of test-run objects.

See Also

ITestRun
ITestRunHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top