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

Top

See Also

Reference

TestResultBase Class

Microsoft.VisualStudio.TestTools.Common Namespace