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::CreateForUpdate Method (Int32, Int32)
Creates an empty test case result object that is used to efficiently save changed properties to the server.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- testRunId
-
Type:
System::Int32
An int that identifies the test run for the test case result.
- testResultId
-
Type:
System::Int32
An int that identifies the test case result.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCaseResult^An empty test case result object.
Show: