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