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.
ITestManagementService.FindTestResultByLink Method (Uri, ITestAttachment)
Finds and returns a test result and a test result attachment, if any, by using the provided uniform resource identifier (URI).
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
ITestCaseResult FindTestResultByLink(
Uri artifactUri,
out ITestAttachment testAttachment
)
Parameters
- artifactUri
-
Type:
System.Uri
A Uri object.
- testAttachment
-
Type:
Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
(Output) An ITestAttachment object if one is associated with the test result; otherwise, null.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultA test case result.
Show: