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.

ITestCaseResultHelper::ByTestId Method (Int32)

 

Queries the server and returns a collection of test result objects for a test case.

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

ITestCaseResultCollection^ ByTestId(
	int testCaseId
)

Parameters

testCaseId
Type: System::Int32

The numeric ID of the test case for which to find test results.

Return Value

Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCaseResultCollection^

A collection of test results for the specified test case.

Return to top
Show: