TestResultId Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TestResultId class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TestResultId(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. | |
TestResultId(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. |
Top