Associates a Importance with the test component annotated by this attribute.

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

Syntax

C#
public ImportanceAttribute(
	Importance importance
)
Visual Basic (Declaration)
Public Sub New ( _
	importance As Importance _
)

Parameters

importance
Type: MbUnit.Framework..::.Importance
The importance to associate.

See Also