Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core/testing/mstest-analyzers/mstest0005.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ A test context property is not following single or multiple points of the requir
`TestContext` properties should follow the given layout to be considered valid by MSTest:

- they should be properties and not fields
- they should be named `TestContext` (case insensitive)
- they should be named `TestContext` (case sensitive)
- they should be `public` (or `internal` if the `[assembly: DiscoverInternals]` assembly attribute is set)
- they should not be `static`
- they should not be readonly
Expand Down
Loading