Class that is used to specify the category of a unit test.
<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple := True)> _ Public NotInheritable Class TestCategoryAttribute _ Inherits TestCategoryBaseAttribute
[AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = true)] public sealed class TestCategoryAttribute : TestCategoryBaseAttribute
[AttributeUsageAttribute(AttributeTargets::Method, AllowMultiple = true)] public ref class TestCategoryAttribute sealed : public TestCategoryBaseAttribute
[<Sealed>] [<AttributeUsageAttribute(AttributeTargets.Method, AllowMultiple = true)>] type TestCategoryAttribute = class inherit TestCategoryBaseAttribute end
public final class TestCategoryAttribute extends TestCategoryBaseAttribute
The TestCategoryAttribute type exposes the following members.