TestResultCounter Class
Provides functionality to persist the counts of the outcomes of test cases in a test aggregation.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | TestResultCounter(Int32) | Initializes a new instance of the TestResultCounter class. |
![]() | TestResultCounter(TestResultCounter^) | Initializes a new instance of the TestResultCounter class by creating a copy of the provided test result counter. |
| Name | Description | |
|---|---|---|
![]() | Item[TestOutcome] | Gets or sets the count for the test outcome at the specified index. |
![]() | Length | Gets the number of counters in this test result counter (not including the Total counter). |
![]() | Total | Gets or sets the total number of aggregated test results. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Load(XmlElement^, XmlTestStoreParameters^) | Loads an instance of this class from the provided XML element by using the provided parameters. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Save(XmlElement^, XmlTestStoreParameters^) | Saves this object in the provided XML element. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


