Specifies that a test fixture or a test method is abstract and should not run.

Namespace:  MbUnit.Framework
Assembly:  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

See Also