Skip to content

Commit b8b7573

Browse files
authored
Fix TestContext analyzer documentation
1 parent 5d01b47 commit b8b7573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/mstest-analyzers/mstest0005.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A test context property is not following single or multiple points of the requir
3636
`TestContext` properties should follow the given layout to be considered valid by MSTest:
3737

3838
- they should be properties and not fields
39-
- they should be named `TestContext` (case insensitive)
39+
- they should be named `TestContext` (case sensitive)
4040
- they should be `public` (or `internal` if the `[assembly: DiscoverInternals]` assembly attribute is set)
4141
- they should not be `static`
4242
- they should not be readonly

0 commit comments

Comments
 (0)