Skip to content

Commit

Permalink
Update docs/core/testing/unit-testing-mstest-writing-tests.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Jul 25, 2024
1 parent 034e85a commit 24c75ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/core/testing/unit-testing-mstest-writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <xref:Microsoft.VisualStudio.TestTools.UnitTesting.PrivateObject> class. The <xref:Microsoft.VisualStudio.TestTools.UnitTesting.PrivateObject> class is a wrapper class that uses reflection as part of the private accessor process. The <xref:Microsoft.VisualStudio.TestTools.UnitTesting.PrivateType> class is similar, but is used for calling private static methods instead of calling private instance methods.

- <xref:Microsoft.VisualStudio.TestTools.UnitTesting.PrivateObject>

- <xref:Microsoft.VisualStudio.TestTools.UnitTesting.PrivateType>

0 comments on commit 24c75ac

Please sign in to comment.