You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/testing/mstest-analyzers/mstest0016.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,11 @@ A test class should have a test method.
30
30
31
31
## Rule description
32
32
33
-
A test class should have at least one test method or be `static` and have methods that are attributed with `[AssemblyInitialization]` or `[AssemblyCleanup]`.
33
+
A test class should have at least one test method or be `static` and have methods that are attributed with `[AssemblyInitialize]` or `[AssemblyCleanup]`.
34
34
35
35
## How to fix violations
36
36
37
-
Ensure that the test class has a test method or is `static` and has methods attributed with `[AssemblyInitialization]` or `[AssemblyCleanup]`.
37
+
Ensure that the test class has a test method or is `static` and has methods attributed with `[AssemblyInitialize]` or `[AssemblyCleanup]`.
0 commit comments