TestResultAggregation.FailedCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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