Indicates that a test has pending prerequisites so it 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 PendingAttribute : TestDecoratorPatternAttribute
Visual Basic (Declaration)
Public Class PendingAttribute _
	Inherits TestDecoratorPatternAttribute

Remarks

The test will still appear in test reports along with an explanation of the reason it it pending, if provided.

This attribute can be used to disable tests that cannot run because the subject under test is missing certain prerequisite functionality. It may also serve as a placeholder for test that have yet to be implemented.

Inheritance Hierarchy

See Also