DescriptionAttribute public class DescriptionAttribute : Attribute Attribute used to provide descriptive text about a test case or fixture. Documentation public string Description { get; } Gets the test description public DescriptionAttribute(string description) Construct the attribute