Skip to content

Commit 2bbdd0b

Browse files
authored
Merge pull request #14013 from Mikejo5000/mikejo-br26
Remove and redirect how to article on creating a unit test project
2 parents 94a5807 + c51a5fe commit 2bbdd0b

File tree

4 files changed

+6
-51
lines changed

4 files changed

+6
-51
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2550,6 +2550,11 @@
25502550
"redirect_url": "/troubleshoot/developer/visualstudio/ide/troubleshooting-docker-errors",
25512551
"redirect_document_id": false
25522552
},
2553+
{
2554+
"source_path": "docs/test/create-a-unit-test-project.md",
2555+
"redirect_url": "/visualstudio/test/getting-started-with-unit-testing",
2556+
"redirect_document_id": false
2557+
},
25532558
{
25542559
"source_path": "docs/test/using-microsoft-visualstudio-testtools-unittesting-members-in-unit-tests.md",
25552560
"redirect_url": "/dotnet/core/testing/unit-testing-mstest-writing-tests-attributes",

docs/test/create-a-unit-test-project.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

docs/test/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
items:
1515
- name: Unit test basics
1616
href: unit-test-basics.md
17-
- name: Create a unit test project
18-
href: create-a-unit-test-project.md
1917
- name: Create unit tests from code
2018
href: create-unit-tests-menu.md
2119
- name: IntelliTest

docs/test/unit-test-your-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use the following articles to help with understanding and creating unit tests:
3737
|Tasks|Associated Topics|
3838
|-|-----------------------|
3939
|**Tutorials:** Learn about unit testing in Visual Studio from code examples.|- [Get started with unit testing](getting-started-with-unit-testing.md)<br />- [Test-driven development with Test Explorer](../test/quick-start-test-driven-development-with-test-explorer.md)|
40-
|**Unit testing with Test Explorer:** Learn how Test Explorer can help create more productive and efficient unit tests.|- [Unit test basics](../test/unit-test-basics.md)<br />- [Create a unit test project](../test/create-a-unit-test-project.md)<br />- [Run unit tests with Test Explorer](../test/run-unit-tests-with-test-explorer.md)<br />- [Install third-party unit test frameworks](../test/install-third-party-unit-test-frameworks.md)|
40+
|**Unit testing with Test Explorer:** Learn how Test Explorer can help create more productive and efficient unit tests.|- [Unit test basics](../test/unit-test-basics.md)<br />- [Run unit tests with Test Explorer](../test/run-unit-tests-with-test-explorer.md)<br />- [Install third-party unit test frameworks](../test/install-third-party-unit-test-frameworks.md)|
4141
|**Unit test .NET code**|- [Create and run unit tests for .NET code](../test/walkthrough-creating-and-running-unit-tests-for-managed-code.md)|
4242
|**Unit test C++ code**|- [Write unit tests for C/C++](../test/writing-unit-tests-for-c-cpp.md)<br />- [How to: Add unit tests to C++ apps](../test/how-to-use-microsoft-test-framework-for-cpp.md)|
4343
|**Use code coverage to identify what proportion of your project's code is tested:** Learn about the code coverage feature of Visual Studio testing tools.|- [Use code coverage to determine how much code is being tested](../test/using-code-coverage-to-determine-how-much-code-is-being-tested.md)|

0 commit comments

Comments
 (0)