ITestRunStatistics.Item Property
Include Protected Members
Include Inherited Members
Gets the number of tests that have the specified result outcome or result state.
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[TestOutcome] | Gets the number of tests that have the specified outcome. | |
Item[TestResultState] | Gets the number of tests that have the specified result state. |
Top