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 f6f3d70 commit 3a97c6cCopy full SHA for 3a97c6c
docs/core/testing/mstest-analyzers/mstest0010.md
@@ -39,6 +39,7 @@ Methods marked with `[ClassInitialize]` should follow the following layout to be
39
- it should not be generic
40
- it should take one parameter of type `TestContext`
41
- return type should be `void`, `Task` or `ValueTask`
42
+- `InheritanceBehavior.BeforeEachDerivedClass` attribute parameter should be specified if the class is `abstract`.
43
44
[!INCLUDE [test-class-rules](includes/test-class-rules.md)]
45
0 commit comments