Class DescriptionAttribute
Attribute used to provide descriptive text about a test case or fixture.
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class DescriptionAttribute : PropertyAttribute, IApplyToTest
- Inheritance
-
DescriptionAttribute
- Implements
- Inherited Members
Constructors
DescriptionAttribute(string)
Construct a description Attribute
public DescriptionAttribute(string description)
Parameters
description
stringThe text of the description