CategoryAttribute 类

定义

[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
继承
CategoryAttribute
属性
实现

构造函数

CategoryAttribute()
CategoryAttribute(String)

字段

categoryName

属性

Name

方法

ApplyToTest(Test)

适用于