Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

IEnumerable<ITestRun^>^ ByBuild(
	Uri^ buildUri
)

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.

Return to top
Show: