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.

TestResultId Constructor (Guid, TestExecId^, TestExecId^, TestId^)

 

Initializes a new instance of the TestResultId class by using the provided test run ID, execution ID, parent execution ID, and test ID.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
TestResultId(
	Guid runId,
	TestExecId^ executionId,
	TestExecId^ parentExecutionId,
	TestId^ testId
)

Parameters

runId
Type: System::Guid

A Guid for the test run.

executionId
Type: Microsoft.VisualStudio.TestTools.Common::TestExecId^

A TestExecId object.

parentExecutionId
Type: Microsoft.VisualStudio.TestTools.Common::TestExecId^

A TestExecId object for the parent test.

testId
Type: Microsoft.VisualStudio.TestTools.Common::TestId^

A TestId object.

Return to top
Show: