Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of tests that have the specified result state.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int this[
TestResultState state
] { get; }
property int default[
TestResultState state
] {
int get(TestResultState state);
}
abstract Item :
state:TestResultState -> int with get
ReadOnly Property Item (
state As TestResultState
) As Integer
Parameters
state
Type: Microsoft.TeamFoundation.TestManagement.Client.TestResultStateA member of the TestResultState enumeration.
Property Value
Type: System.Int32
The number of tests that have the specified result state.
See Also
TestResultState
Item Overload
ITestRunStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top