Compartir a través de


TestResultAggregation Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the TestResultAggregation 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 TestResultAggregation() Initializes a new instance of the TestResultAggregation class.
Public method TestResultAggregation(TestResult) Initializes a new instance of the TestResultAggregation class by using the provided test result.
Protected method TestResultAggregation(TestResultAggregation) Infrastructure. Initializes a new instance of the TestResultAggregation class by using the provided test result aggregation.
Protected method TestResultAggregation(SerializationInfo, StreamingContext) Initializes a new instance of the TestResultAggregation class from XML serialization.
Public method TestResultAggregation(String, Guid, ITestElement) Initializes a new instance of the TestResultAggregation class by using the provided computer information, test run ID, and test.
Public method TestResultAggregation(ComputerInfo, Guid, ITestElement) Obsolete. Initializes a new instance of the TestResultAggregation class by using the provided computer information, run ID, and test element.
Public method TestResultAggregation(String, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[]) Initializes a new instance of the TestResultAggregation class using the provided parameters.
Public method TestResultAggregation(ComputerInfo, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[]) Obsolete. Initializes a new instance of the TestResultAggregation class.
Public method TestResultAggregation(String, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[], Int32) Initializes a new instance of the TestResultAggregation class.
Public method TestResultAggregation(ComputerInfo, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[], Int32) Obsolete. Initializes a new instance of the TestResultAggregation class.

Top

See Also

Reference

TestResultAggregation Class

Microsoft.VisualStudio.TestTools.Common Namespace