Skip to content

Commit 5797736

Browse files
authored
Merge pull request #3612 from mairaw/patch-2
use boilerplate text
2 parents 714b63b + 6b62ef3 commit 5797736

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/test/unit-test-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Unit testing has the greatest effect on the quality of your code when it's an in
1919

2020
You can quickly generate test projects and test methods from your code, or manually create the tests as you need them. When you use IntelliTest to explore your .NET code, you can generate test data and a suite of unit tests. For every statement in the code, a test input is generated that will execute that statement. Find out how to [generate unit tests for your code](generate-unit-tests-for-your-code-with-intellitest.md).
2121

22-
Test Explorer can also run third-party and open source unit test frameworks that have implemented Test Explorer add-on interfaces. You can add many of these frameworks through the Visual Studio Extension Manager and the Visual Studio gallery. See [Install third-party unit test frameworks](../test/install-third-party-unit-test-frameworks.md)
22+
Test Explorer can also run third-party and open source unit test frameworks that have implemented Test Explorer add-on interfaces. You can add many of these frameworks through the Visual Studio Extension Manager and the Visual Studio gallery. For more information, see [Install third-party unit test frameworks](../test/install-third-party-unit-test-frameworks.md).
2323

2424
## Get started
2525

@@ -324,4 +324,4 @@ Learn more about [isolating unit test methods with Microsoft Fakes](../test/isol
324324

325325
![Select other installed unit test framework](../test/media/createunittestsdialogextensions.png)
326326

327-
Your unit test stubs will be created using the selected framework.
327+
Your unit test stubs will be created using the selected framework.

0 commit comments

Comments
 (0)