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::Item Property (TestOutcome)

 

Gets the number of tests in the associated test run that had the specified outcome.

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

public:
property int default[
	TestOutcome outcome
] {
	int get(TestOutcome outcome);
}

Parameters

outcome
Type: Microsoft.VisualStudio.TestTools.Common::TestOutcome

One of the TestOutcome values.

Property Value

Type: System::Int32

The number of tests in the associated test run that had the specified outcome.

Return to top
Show: