IgnoreAttribute 类

定义

用于标记要忽略的测试的属性。 运行测试时,忽略的测试会导致出现警告消息。

[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=false)]
public class IgnoreAttribute : NUnit.Framework.NUnitAttribute, NUnit.Framework.Internal.IApplyToTest
type IgnoreAttribute = class
    inherit NUnitAttribute
    interface IApplyToTest
继承
IgnoreAttribute
属性
实现

构造函数

IgnoreAttribute()

构造 特性,而不给出忽略测试的理由。

IgnoreAttribute(String)

构造 属性,给出忽略测试的原因

方法

ApplyToTest(Test)

用于标记要忽略的测试的属性。 运行测试时,忽略的测试会导致出现警告消息。

适用于