Indicates that a test is to be ignored by the framework and will not be run.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.459.0)

Syntax

C#
public class IgnoreAttribute : TestDecoratorPatternAttribute
Visual Basic (Declaration)
Public Class IgnoreAttribute _
	Inherits TestDecoratorPatternAttribute

Remarks

The test will still appear in test reports along with the reason that it was ignored, if provided.

This attribute can be used to disable tests that are broken or expensive without commenting them out or removing them from the source code.

Inheritance Hierarchy

See Also