TestResultAggregation.FailedCount Property

Definition

Gets the number of tests in this result that failed.

public:
 virtual property System::String ^ FailedCount { System::String ^ get(); };
[Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultAggregation_FailedCount")]
[Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{510BFB2D-385B-4b00-8E72-72F88F48AD00}")]
public virtual string FailedCount { get; }
[<Microsoft.VisualStudio.TestTools.Common.TestCaseManagementDisplayName(typeof(Microsoft.VisualStudio.TestTools.Resources.UIResources), "TestResultAggregation_FailedCount")>]
[<Microsoft.VisualStudio.TestTools.Common.UserVisibleProperty("{510BFB2D-385B-4b00-8E72-72F88F48AD00}")>]
member this.FailedCount : string
Public Overridable ReadOnly Property FailedCount As String

Property Value

The number of tests in this result that failed.

Attributes

Applies to