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.
TestResultId Constructor (String^, String^, String^, String^)
Initializes a new instance of the TestResultId class by using the provided test run ID, text execution ID, the parent text execution ID, and the test ID.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
public:
TestResultId(
String^ runId,
String^ executionId,
String^ parentExecutionId,
String^ testId
)
Parameters
- runId
-
Type:
System::String^
A string representation of a Guid for the test run.
- executionId
-
Type:
System::String^
A string representation of a TestExecId object.
- parentExecutionId
-
Type:
System::String^
A string representation of a TestExecId object for the parent test.
- testId
-
Type:
System::String^
A string representation of a TestId object.
Show: