The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DescriptionAttribute Constructor (String^)
Initializes a new instance of the DescriptionAttribute class.
Assembly: Microsoft.VisualStudio.QualityTools.UnitTestFramework (in Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll)
Parameters
- description
-
Type:
System::String^
A short explanation of the test.
There is no default value for the Description property. This must be set with the attribute.
Show: