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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.