Skip to content

Commit

Permalink
Update docs/core/testing/unit-testing-mstest-writing-tests-assertions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Jul 25, 2024
1 parent a092d67 commit c55967e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.author: amauryleve
ms.date: 07/24/2024
---

# MSTest Assertions
# MSTest assertions

Use the `Assert` classes of the <xref:Microsoft.VisualStudio.TestTools.UnitTesting> namespace to verify specific functionality. A test method exercises the code of a method in your application's code, but it reports the correctness of the code's behavior only if you include `Assert` statements.

Expand Down

0 comments on commit c55967e

Please sign in to comment.