TestResult Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TestResult 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 | |
---|---|---|
TestResult() | Initializes a new instance of the TestResult class. | |
TestResult(TestResult) | Initializes a new instance of the TestResult class by copying the provided test result. | |
TestResult(SerializationInfo, StreamingContext) | Initializes a new instance of the TestResult class from XML serialization. | |
TestResult(String, Guid, ITestElement) | Initializes a new instance of the TestResult class by using the provided computer name, test run ID, and test element. | |
TestResult(ComputerInfo, Guid, ITestElement) | Obsolete. Initializes a new instance of the TestResult class by using the provided computer information, test run ID, and test element. |
Top