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 failed.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int FailedTests { get; }
property int FailedTests {
int get();
}
abstract FailedTests : int with get
ReadOnly Property FailedTests As Integer
Property Value
Type: System.Int32
The number of tests that have failed.
See Also
ITestRunStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top