Skip to content

Commit

Permalink
Update docs/core/testing/unit-testing-mstest-writing-tests-attributes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Jul 25, 2024
1 parent a05b323 commit b57589d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ To help provide a clearer overview of the testing framework, this section organi
## Attributes used to identify test classes and methods

Every test class must have the `TestClass` attribute, and every test method must have the `TestMethod` attribute. For more information, see [Anatomy of a unit test](https://learn.microsoft.com/previous-versions/ms182517(v=vs.110)).
Every test class must have the `TestClass` attribute, and every test method must have the `TestMethod` attribute.

### `TestClassAttribute`

Expand Down

0 comments on commit b57589d

Please sign in to comment.