NUnit.Framework.IgnoreAttribute Class
Attribute used to mark a test that is to be ignored. Ignored tests result in a warning message when the tests are run.

See Also: IgnoreAttribute Members

Syntax

[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method | System.AttributeTargets.All, AllowMultiple=false, Inherited=false)]
public class IgnoreAttribute : NUnitAttribute, NUnit.Framework.Internal.IApplyToTest

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: NUnit.Framework
Assembly: NUnitLite (in NUnitLite.dll)
Assembly Versions: 0.6.0.0, 1.0.0.0