From c55967e70140fced515baa59a9f41bf9fcd464e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Thu, 25 Jul 2024 09:08:20 +0200 Subject: [PATCH] Update docs/core/testing/unit-testing-mstest-writing-tests-assertions.md --- .../testing/unit-testing-mstest-writing-tests-assertions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/unit-testing-mstest-writing-tests-assertions.md b/docs/core/testing/unit-testing-mstest-writing-tests-assertions.md index 2ce6572e1d982..61665536e1c35 100644 --- a/docs/core/testing/unit-testing-mstest-writing-tests-assertions.md +++ b/docs/core/testing/unit-testing-mstest-writing-tests-assertions.md @@ -6,7 +6,7 @@ ms.author: amauryleve ms.date: 07/24/2024 --- -# MSTest Assertions +# MSTest assertions Use the `Assert` classes of the 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.