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.

TestResultAggregation Constructor

 

Initializes a new instance of the TestResultAggregation class.

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

NameDescription
System_CAPS_protmethodTestResultAggregation()

Initializes a new instance of the TestResultAggregation class.

System_CAPS_pubmethodTestResultAggregation(ComputerInfo^, Guid, ITestElement^)

Obsolete.Initializes a new instance of the TestResultAggregation class by using the provided computer information, run ID, and test element.

System_CAPS_pubmethodTestResultAggregation(ComputerInfo^, Guid, ITestElement^, TestOutcome, TestResultCounter^, array<TestResult^>^)

Obsolete.Initializes a new instance of the TestResultAggregation class.

System_CAPS_pubmethodTestResultAggregation(ComputerInfo^, Guid, ITestElement^, TestOutcome, TestResultCounter^, array<TestResult^>^, Int32)

Obsolete.Initializes a new instance of the TestResultAggregation class.

System_CAPS_protmethodTestResultAggregation(SerializationInfo^, StreamingContext)

Initializes a new instance of the TestResultAggregation class from XML serialization.

System_CAPS_pubmethodTestResultAggregation(String^, Guid, ITestElement^)

Initializes a new instance of the TestResultAggregation class by using the provided computer information, test run ID, and test.

System_CAPS_pubmethodTestResultAggregation(String^, Guid, ITestElement^, TestOutcome, TestResultCounter^, array<TestResult^>^)

Initializes a new instance of the TestResultAggregation class using the provided parameters.

System_CAPS_pubmethodTestResultAggregation(String^, Guid, ITestElement^, TestOutcome, TestResultCounter^, array<TestResult^>^, Int32)

Initializes a new instance of the TestResultAggregation class.

System_CAPS_pubmethodTestResultAggregation(TestResult^)

Initializes a new instance of the TestResultAggregation class by using the provided test result.

System_CAPS_protmethodTestResultAggregation(TestResultAggregation^)

This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the TestResultAggregation class by using the provided test result aggregation.

Return to top
Show: