Indicates that a test is to be ignored by the framework and will not be run.
Namespace:
MbUnit.FrameworkAssembly: 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
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestDecoratorPatternAttribute
MbUnit.Framework..::.IgnoreAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestDecoratorPatternAttribute
MbUnit.Framework..::.IgnoreAttribute
