ITestCaseResultHelper.Find Method (Int32, Int32)
Retrieves a single test case result by using the given test run ID and test result ID.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestCaseResult Find(
int testRunId,
int testResultId
)
ITestCaseResult^ Find(
int testRunId,
int testResultId
)
abstract Find :
testRunId:int *
testResultId:int -> ITestCaseResult
Function Find (
testRunId As Integer,
testResultId As Integer
) As ITestCaseResult
Parameters
testRunId
Type: System.Int32An int that identifies the test run for the test case result.
testResultId
Type: System.Int32An int that identifies the test case result.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResult
The requested test case result or null if not found.
See Also
ITestCaseResult
ITestCaseResultHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top