Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RunResultAndStatistics::PassedTestCount Property

 

Gets the number of tests that passed in the associated test run.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

public:
property int PassedTestCount {
	int get();
}

Property Value

Type: System::Int32

The number of tests that passed in the associated test run.

Return to top
Show: