We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f2326 commit 8f2b9c1Copy full SHA for 8f2b9c1
docs/core/testing/mstest-analyzers/mstest0003.md
@@ -37,7 +37,7 @@ Test methods (methods marked with the `[TestMethod]` attribute) should follow th
37
38
- they should be `public` (or `internal` if `[assembly: DiscoverInternals]` attribute is set)
39
- they should not be `static`
40
-- they should not be generic
+- they should not be generic if using MSTest 3.7 or earlier
41
- they should not be `abstract`
42
- they should return `void` or `Task`
43
- they should not be `async void`
0 commit comments