We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b45d8a commit 038d2efCopy full SHA for 038d2ef
src/TestFramework/MSTest.Core/Attributes/VSTestAttributes.cs
@@ -79,7 +79,7 @@ public TestMethodAttribute()
79
/// Initializes a new instance of the <see cref="TestMethodAttribute"/> class.
80
/// </summary>
81
/// <param name="displayName">
82
- /// Message specifies reason for ignoring.
+ /// Display Name for the Test Window
83
/// </param>
84
public TestMethodAttribute(string displayName)
85
{
0 commit comments