TestCategoryAttribute Class

Definition

TestCategory attribute; used to specify the category of a unit test.

public ref class TestCategoryAttribute sealed : Microsoft::VisualStudio::TestTools::UnitTesting::TestCategoryBaseAttribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)]
public sealed class TestCategoryAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestCategoryBaseAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)>]
type TestCategoryAttribute = class
    inherit TestCategoryBaseAttribute
Public NotInheritable Class TestCategoryAttribute
Inherits TestCategoryBaseAttribute
Inheritance
TestCategoryAttribute
Attributes

Constructors

TestCategoryAttribute(String)

Initializes a new instance of the TestCategoryAttribute class and applies the category to the test.

Properties

TestCategories

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

Applies to