Skip to content

Commit

Permalink
Add missing categories for MSTest analyzers
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Jan 4, 2024
1 parent 5e3168c commit 1d21c4e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/testing/unit-testing-mstest-analyzers-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.date: 01/03/2024

# MSTest design rules

Design rules that support designing test suites.
Design rules support adherence to proper design of test suites.

Identifier | Name | Description
-----------|------|------------
Expand Down
8 changes: 8 additions & 0 deletions docs/core/testing/unit-testing-mstest-analyzers.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ The rules are organized into categories such as performance usage...

## Categories

**[Design rules](unit-testing-mstest-analyzers-design.md)**

Design rules support adherence to proper design of test suites.

**[Performance rules](unit-testing-mstest-analyzers-performance.md)**

Rules that support high-performance testing.

**[Usage rules](unit-testing-mstest-analyzers-usage.md)**

Rules that support proper usage of MSTest.

0 comments on commit 1d21c4e

Please sign in to comment.