Associates the author's name and email address with a test fixture, test method, test parameter or other test component.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    Gallio.Framework.Pattern..::.PatternAttribute
      Gallio.Framework.Pattern..::.MetadataPatternAttribute
        MbUnit.Framework..::.AuthorAttribute

See Also