ITestRunStatistics.PassedTests Property

Gets the number of tests that have passed.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
ReadOnly Property PassedTests As Integer
int PassedTests { get; }
property int PassedTests {
    int get ();
}
abstract PassedTests : int
function get PassedTests () : int

Property Value

Type: System.Int32
The number of tests that have passed.

.NET Framework Security

See Also

Reference

ITestRunStatistics Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace