We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a129b commit 2a9cd11Copy full SHA for 2a9cd11
src/TestFramework/MSTest.Core/Attributes/VSTestAttributes.cs
@@ -120,7 +120,7 @@ public sealed class TestInitializeAttribute : Attribute
120
}
121
122
/// <summary>
123
- /// The test cleanup attribute.
+ /// The test cleanup attribute marks methods that are executed after every test marked with a <see cref="TestMethodAttribute"/>.
124
/// </summary>
125
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
126
public sealed class TestCleanupAttribute : Attribute
0 commit comments