Edit

CategoryAttribute Class

Definition

[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public class CategoryAttribute : NUnit.Framework.NUnitAttribute, NUnit.Framework.Internal.IApplyToTest
type CategoryAttribute = class
    inherit NUnitAttribute
    interface IApplyToTest
Inheritance
CategoryAttribute
Attributes
Implements

Constructors

Name Description
CategoryAttribute()
CategoryAttribute(String)

Fields

Name Description
categoryName

Properties

Name Description
Name

Methods

Name Description
ApplyToTest(Test)

Applies to