Skip to content

Commit 038d2ef

Browse files
Fixed documentation for the TestMethodAttribute (#715)
This PR fixes a wrong XML documentation comment for the `displayName` parameter on the `TestMethodAttribute` constructor.
1 parent 7b45d8a commit 038d2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestFramework/MSTest.Core/Attributes/VSTestAttributes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public TestMethodAttribute()
7979
/// Initializes a new instance of the <see cref="TestMethodAttribute"/> class.
8080
/// </summary>
8181
/// <param name="displayName">
82-
/// Message specifies reason for ignoring.
82+
/// Display Name for the Test Window
8383
/// </param>
8484
public TestMethodAttribute(string displayName)
8585
{

0 commit comments

Comments
 (0)