IgnoreAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于标记要忽略的测试的属性。 运行测试时,忽略的测试会导致出现警告消息。
[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(String) |
构造 属性,给出忽略测试的原因 |
方法
ApplyToTest(Test) |
用于标记要忽略的测试的属性。 运行测试时,忽略的测试会导致出现警告消息。 |