Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.UriThe 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