TestCategoryBaseAttribute.TestCategories Property

Gets the test category that has been applied to the test.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property TestCategories As IList(Of String)
public abstract IList<string> TestCategories { get; }
public:
virtual property IList<String^>^ TestCategories {
    IList<String^>^ get () abstract;
}
abstract TestCategories : IList<string> with get
abstract function get TestCategories () : IList<String>

Property Value

Type: IList<String>
The test category.

.NET Framework Security

See Also

Reference

TestCategoryBaseAttribute Class

Microsoft.VisualStudio.TestTools.UnitTesting Namespace