From c69f58c1eeb8ead83a24c220400c929047c4d3f1 Mon Sep 17 00:00:00 2001 From: Johan Benschop Date: Tue, 12 May 2020 19:48:22 +0200 Subject: [PATCH] Fixed documentation for the TestMethodAttribute This PR fixes a wrong XML documentation comment for the `displayName` parameter on the `TestMethodAttribute` constructor. --- src/TestFramework/MSTest.Core/Attributes/VSTestAttributes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TestFramework/MSTest.Core/Attributes/VSTestAttributes.cs b/src/TestFramework/MSTest.Core/Attributes/VSTestAttributes.cs index a87c0bd61a..971a1c3584 100644 --- a/src/TestFramework/MSTest.Core/Attributes/VSTestAttributes.cs +++ b/src/TestFramework/MSTest.Core/Attributes/VSTestAttributes.cs @@ -79,7 +79,7 @@ public TestMethodAttribute() /// Initializes a new instance of the class. /// /// - /// Message specifies reason for ignoring. + /// Display Name for the Test Window /// public TestMethodAttribute(string displayName) {