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.
TestResultBase Constructor (Guid, Guid)
Initializes a new instance of the TestResultBase class by using the provided test run ID and test execution ID. Called by the testing framework.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- runId
-
Type:
System::Guid
A Guid for a test run.
- execId
-
Type:
System::Guid
A Guid for the test execution in a test run.
In a test run, a test may run more than one time. Each time it is executed, the result receives a new execId value.
Show: