ITestPointStatistics.Item Property
Include Protected Members
Include Inherited Members
Gets the number of points that have the specified property value.
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 | |
---|---|---|
Item[Int32] | Gets the number of points that have the specified resolution state. | |
Item[FailureType] | Gets the number of points that have the specified failure type. | |
Item[TestOutcome] | Gets the number of points that have the specified test outcome. | |
Item[TestPointState] | Gets the number of points that have the specified state. | |
Item[TestResultState] | Gets the number of points that have the specified result state. |
Top