TestResultBase Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the TestResultBase 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 | |
---|---|---|
TestResultBase() | Initializes a new instance of the TestResultBase class. | |
TestResultBase(TestResultBase) | Initializes a new instance of the TestResultBase class by making a copy of the provided test result instance. | |
TestResultBase(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. | |
TestResultBase(SerializationInfo, StreamingContext) | Initializes a new instance of the TestResultBase class from serialized XML data. Called by the test framework. |
Top