Specifies that a test fixture or a test method is abstract and should not run.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
public class DisableAttribute : TestDecoratorPatternAttribute |
| Visual Basic (Declaration) |
|---|
Public Class DisableAttribute _ Inherits TestDecoratorPatternAttribute |
Remarks
The attribute hides the test methods in the current test fixture or a test method itself, so they can be consumed properly in the desired context from any derived concrete test fixtures.
This attribute is not inherited.
Inheritance Hierarchy
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestDecoratorPatternAttribute
MbUnit.Framework..::.DisableAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.DecoratorPatternAttribute
Gallio.Framework.Pattern..::.TestDecoratorPatternAttribute
MbUnit.Framework..::.DisableAttribute
