From 24c75acaf19ad1e1891e8221ffbeeed04dbdf7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amaury=20Lev=C3=A9?= Date: Thu, 25 Jul 2024 09:11:18 +0200 Subject: [PATCH] Update docs/core/testing/unit-testing-mstest-writing-tests.md --- docs/core/testing/unit-testing-mstest-writing-tests.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/core/testing/unit-testing-mstest-writing-tests.md b/docs/core/testing/unit-testing-mstest-writing-tests.md index f82c35b61d928..7a2c43e639f5e 100644 --- a/docs/core/testing/unit-testing-mstest-writing-tests.md +++ b/docs/core/testing/unit-testing-mstest-writing-tests.md @@ -52,5 +52,4 @@ MSTest assertions are divided into the following classes: You can generate a test for a private method. This generation creates a private accessor class, which instantiates an object of the class. The class is a wrapper class that uses reflection as part of the private accessor process. The class is similar, but is used for calling private static methods instead of calling private instance methods. - - -