NUnit.Framework.DescriptionAttribute
Provides the descriptive text relating to the assembly, test fixture or test method.
namespace NUnit.Framework
{
public sealed class DescriptionAttribute : PropertyAttribute
{
public DescriptionAttribute(string description);
}
}