Associates a category name with a test fixture, test method, test parameter
or other test component.
Namespace:
MbUnit.FrameworkAssembly: 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
System..::.Object
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.MetadataPatternAttribute
MbUnit.Framework..::.CategoryAttribute
System..::.Attribute
Gallio.Framework.Pattern..::.PatternAttribute
Gallio.Framework.Pattern..::.MetadataPatternAttribute
MbUnit.Framework..::.CategoryAttribute
