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
![Protected method Protected method](images/ms233753.protmethod(en-us,vs.100).gif) |
TestResultAggregation() |
Initializes a new instance of the TestResultAggregation class. |
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
TestResultAggregation(TestResult) |
Initializes a new instance of the TestResultAggregation class by using the provided test result. |
![Protected method Protected method](images/ms233753.protmethod(en-us,vs.100).gif) |
TestResultAggregation(TestResultAggregation) |
Infrastructure. Initializes a new instance of the TestResultAggregation class by using the provided test result aggregation. |
![Protected method Protected method](images/ms233753.protmethod(en-us,vs.100).gif) |
TestResultAggregation(SerializationInfo, StreamingContext) |
Initializes a new instance of the TestResultAggregation class from XML serialization. |
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
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 Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
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 Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
TestResultAggregation(String, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[]) |
Initializes a new instance of the TestResultAggregation class using the provided parameters. |
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
TestResultAggregation(ComputerInfo, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[]) |
Obsolete. Initializes a new instance of the TestResultAggregation class. |
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
TestResultAggregation(String, Guid, ITestElement, TestOutcome, TestResultCounter, array<TestResult[], Int32) |
Initializes a new instance of the TestResultAggregation class. |
![Public method Public method](images/ms233724.pubmethod(en-us,vs.100).gif) |
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