Associates a category name with a test fixture, test method, test parameter or other test component.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.2.0.0 (3.2.528.0)

Syntax

C#
public class CategoryAttribute : MetadataPatternAttribute
Visual Basic (Declaration)
Public Class CategoryAttribute _
	Inherits MetadataPatternAttribute

Remarks

The category name can be used to classify tests and build test suites of related tests.

Inheritance Hierarchy

See Also