Information
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

 

Initializes a new instance of the TestResultBase class.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

NameDescription
System_CAPS_protmethodTestResultBase()

Initializes a new instance of the TestResultBase class.

System_CAPS_pubmethodTestResultBase(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.

System_CAPS_protmethodTestResultBase(SerializationInfo^, StreamingContext)

Initializes a new instance of the TestResultBase class from serialized XML data. Called by the test framework.

System_CAPS_pubmethodTestResultBase(TestResultBase^)

Initializes a new instance of the TestResultBase class by making a copy of the provided test result instance.

Return to top
Show: