Class DescriptionAttribute
Provides the descriptive text relating to the assembly, test fixture or test method.
Implements
Inherited Members
Namespace: NUnit.Framework
Assembly: nunit.framework.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class DescriptionAttribute : PropertyAttribute, IApplyToTest
Constructors
View SourceDescriptionAttribute(string)
Construct a description Attribute
Declaration
public DescriptionAttribute(string description)
Parameters
Type | Name | Description |
---|---|---|
string | description | The text of the description |