Share via


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

int PassedTests { get; }
property int PassedTests {
    int get();
}
abstract PassedTests : int with get
ReadOnly Property PassedTests As Integer

Property Value

Type: System.Int32

The number of tests that have passed.

See Also

ITestRunStatistics Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top