Base class for attributes that tag method that are usualy used to set up, provide data, tear down tests, etc...

Namespace:  MbUnit.Core.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1514 (2.4.2.1514)

Syntax

C#
public class NonTestPatternAttribute : PatternAttribute
Visual Basic (Declaration)
Public Class NonTestPatternAttribute _
	Inherits PatternAttribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    MbUnit.Core.Framework..::.PatternAttribute
      MbUnit.Core.Framework..::.NonTestPatternAttribute
        MbUnit.Framework..::.DataProviderAttribute
        MbUnit.Framework..::.FillAttribute

See Also