Skip to content

Commit 1df8cf4

Browse files
authored
Apply suggestions from code review
1 parent ed544b3 commit 1df8cf4

15 files changed

+0
-21
lines changed

docs/sharepoint/how-to-add-and-remove-mapped-folders.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ ms.workload:
4242
3. In the **Name** box, enter **TestProject1**
4343
4. Then choose the **Create** button.
4444

45-
4645
5. In the **SharePoint Customization Wizard**, choose the **Finish** button to retain the default settings.
4746

4847
6. In **Solution Explorer**, choose the project node, and then, on the menu bar, choose **Project** > **Add SharePoint "Images" Mapped Folder**.

docs/sharepoint/walkthrough-create-a-site-column-content-type-and-list-for-sharepoint.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ ms.workload:
6868

6969
6. Choose the **Finish** button. The project is now listed in **Solution Explorer**.
7070

71-
7271
#### To add site columns
7372

7473
1. Add a new site column. To do this, in **Solution Explorer**, right-click on the **Clinic** project, and then choose **Add** > **New Item**.

docs/test/code-generation-compilation-and-naming-conventions-in-microsoft-fakes.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ This article discusses options and issues in Fakes code generation and compilati
2424

2525
- .NET Core, .NET 5.0 or later, and SDK-style project support previewed in Visual Studio 2019 Update 6, and is enabled by default in Update 8. For more information, see [Microsoft Fakes for .NET Core and SDK-style projects](/visualstudio/releases/2019/release-notes#microsoft-fakes-for-net-core-and-sdk-style-projects).
2626

27-
2827
## Code generation and compilation
2928

3029
### Configure code generation of stubs

docs/test/configure-unit-tests-by-using-a-dot-runsettings-file.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ To specify a run settings file in the IDE, select **Test** > **Select Settings F
111111

112112
The file appears on the Test menu, and you can select or deselect it. While selected, the run settings file applies whenever you select **Analyze Code Coverage**.
113113

114-
115114
## Specify a run settings file from the command line
116115

117116
To run tests from the command line, use *vstest.console.exe*, and specify the settings file by using the **/Settings** parameter.

docs/test/create-a-diagnostic-data-adapter-to-collect-custom-data-or-affect-a-test-machine.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ You might want to create your own diagnostic data adapter to collect data when y
2121

2222
You can provide default input to your custom diagnostic data adapter using a configuration settings file. For example, you can provide information about the location of the file you want to collect and attach to your test results, or how much disk space you want to be left on the system. This data can be configured for each test settings that you create. You can create your own user control to use as an editor. Any changes that are made to the adapter configuration in your editor are stored with your test settings.
2323

24-
2524
If you are running your tests from Visual Studio, you must set these test settings to be active. For more information about test settings, see [Collect diagnostic information using test settings](../test/collect-diagnostic-information-using-test-settings.md).
2625

2726
[!INCLUDE [web-load-test-deprecated](includes/web-load-test-deprecated.md)]

docs/test/create-unit-tests-menu.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The **Create Unit Tests** command creates unit test method stubs. This feature a
2222
> [!NOTE]
2323
> The **Create Unit Tests** menu command is only available for C# code. To use this method with .NET Core or .NET Standard, Visual Studio 2019 or later is required.
2424
25-
2625
The **Create Unit Tests** menu command is extensible and can be used to generate tests for MSTest, MSTest V2, NUnit, and xUnit.
2726

2827
## Get started

docs/test/debug-unit-tests-with-test-explorer.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,12 @@ You can use Test Explorer to start a debugging session for your tests. Stepping
2525

2626
![Test execution details](../test/media/vs-2019/test-explorer-debug.png)
2727

28-
2928
For more information, about the debugger, see [Debug in Visual Studio](../debugger/debugger-feature-tour.md).
3029

3130
## Diagnose test method performance issues
3231

3332
To diagnose why a test method is taking too much time, select the method in Test Explorer and then choose **Profile** on the right-click menu. See [Instrumentation profiling report](../profiling/understanding-instrumentation-data-values.md?view=vs-2017&preserve-view=true).
3433

35-
3634
> [!NOTE]
3735
> This feature is not currently supported for .NET Core.
3836

docs/test/getting-started-with-unit-testing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ This section describes how to create a unit test project.
6161
Type **test** in the search box to find a unit test project template for the test framework you want to use, such as **MSTest** (C#) or the **Native Unit Test** project (C++), and select it.
6262
6363
64-
6564
Starting in Visual Studio 2017 version 14.8, the .NET languages include built-in templates for NUnit and xUnit. For C++, in this example select the **Native Unit Test** project, which uses Microsoft Native Unit Test Framework. (To use a different C++ test framework, see [Writing unit tests for C/C++](../test/writing-unit-tests-for-c-cpp.md)). For Python, see [Set up unit testing in Python code](../python/unit-testing-python-in-visual-studio.md) to set up your test project.
6665
6766
> [!TIP]
@@ -246,7 +245,6 @@ This section describes how to create a unit test project.
246245
To open Test Explorer, choose **Test** > **Test Explorer** from the top menu bar (or press **Ctrl** + **E**, **T**).
247246

248247

249-
250248
1. Run your unit tests by clicking **Run All** (or press **Ctrl** + **R**, **V**).
251249

252250
::: moniker range=">=vs-2022"

docs/test/how-to-collect-intellitrace-data-to-help-debug-difficult-issues.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,13 @@ The data that is collected in the IntelliTrace file increases debugging producti
4141
4242
The following procedure describes how to configure the IntelliTrace data that you want to collect. These steps apply to the Test Settings dialog box in Visual Studio.
4343

44-
4544
> [!NOTE]
4645
> The user account for the test agent that is used to collect IntelliTrace data must be a member of the administrators group. For more information, see [Install and configure test agents](../test/lab-management/install-configure-test-agents.md).
4746
4847
## Configure the data to collect with the IntelliTrace diagnostic data adapter
4948

5049
Before you perform the steps in this procedure, you must open your test settings from Visual Studio and select the **Data and Diagnostics** page.
5150

52-
5351
### To configure the data to collect with the IntelliTrace diagnostic data adapter
5452

5553
1. Select the role to use to collect IntelliTrace data.
@@ -109,7 +107,6 @@ Before you perform the steps in this procedure, you must open your test settings
109107
> [!NOTE]
110108
> To reset the configuration for this diagnostic data adapter, choose **Reset to default configuration** in Visual Studio.
111109
112-
113110
## See also
114111

115112
- [Collect diagnostic data while testing (Azure Test Plans)](/azure/devops/test/collect-diagnostic-data?view=vsts&preserve-view=true)

docs/test/how-to-configure-network-emulation-using-test-settings-in-visual-studio.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ You can configure the diagnostic data adapter to test your application under var
2525

2626
The following procedure describes how to configure network emulation from the configuration editor. These steps apply to the configuration editor in Visual Studio.
2727

28-
2928
> [!NOTE]
3029
> The network emulation diagnostic data adapter is only applicable to Visual Studio test settings. It is not used for test settings in Microsoft Test Manager (deprecated in Visual Studio 2017).
3130

docs/test/how-to-include-recordings-of-the-screen-and-voice-during-tests.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ The screen and voice recorder can be used with either manual or automated tests.
6060
> [!TIP]
6161
> To reset the configuration for this diagnostic data adapter, choose **Reset to default configuration** in Visual Studio.
6262
63-
6463
## See also
6564

6665
- [Collect diagnostic data while testing (Azure Test Plans)](/azure/devops/test/collect-diagnostic-data?view=vsts&preserve-view=true)

docs/test/how-to-set-up-your-test-agent-to-run-tests-that-interact-with-the-desktop.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ ms.technology: vs-ide-test
1818

1919
If you want to run automated tests that interact with the desktop, you must set up your agent to run as a process instead of a service. For example, if you want to run a coded UI test remotely using a test controller and test agent, or you want to run a test and capture a video recording when you run it, you must set up your agent to run as a process. When you assign agents to roles in your test settings using Visual Studio, you must change the setup for any agents assigned to roles that have to interact with the desktop.
2020

21-
2221
[!INCLUDE [web-load-test-deprecated](includes/web-load-test-deprecated.md)]
2322

2423

docs/test/improve-code-quality.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ The **Test Explorer** window helps developers create, manage, and run unit tests
2929

3030
![Visual Studio Test Explorer 16.2](media/vs-2019/test-explorer-16-2.PNG)
3131

32-
3332
* [Get started with unit testing](unit-test-your-code.md)
3433
* [Unit test basics](unit-test-basics.md)
3534
* [Run unit tests with Test Explorer](run-unit-tests-with-test-explorer.md)

docs/test/install-third-party-unit-test-frameworks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ A Visual Studio solution can contain unit test projects that use different frame
2222
For .NET, [MSTest, NUnit, and xUnit](getting-started-with-unit-testing.md) are the test frameworks provided by Visual Studio which are installed by default. For C++, a different set of test frameworks are provided, such as CTest.
2323

2424

25-
2625
## Acquire frameworks
2726

2827
Install third-party unit test frameworks by using **NuGet Package Manager**.

docs/test/isolating-code-under-test-with-microsoft-fakes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ Fakes come in two flavors:
3232

3333
- Visual Studio Enterprise
3434
- A .NET Framework project
35-
3635
- .NET Core, .NET 5.0 or later, and SDK-style project support previewed in Visual Studio 2019 Update 6, and is enabled by default in Update 8. For more information, see [Microsoft Fakes for .NET Core and SDK-style projects](/visualstudio/releases/2019/release-notes#microsoft-fakes-for-net-core-and-sdk-style-projects).
3736

38-
3937
> [!NOTE]
4038
> Profiling with Visual Studio isn't available for tests that use Microsoft Fakes.
4139
@@ -280,7 +278,6 @@ Since Microsoft Fakes requires Visual Studio Enterprise, the generation of Fakes
280278

281279
This reference is required to be added manually, specifically to SDK-style projects (.NET Core, .NET 5.0, and .NET Framework) because we've moved to implicitly adding assembly references to your test project. If you follow this method, you need to ensure the fakes assembly is updated when the parent assembly changes.
282280

283-
284281
### Running Microsoft Fakes tests
285282

286283
As long as Microsoft Fakes assemblies are present in the configured `FakesAssemblies` directory (The default being `$(ProjectDir)FakesAssemblies`), you can run tests using the [vstest task](/azure/devops/pipelines/tasks/test/vstest?view=azure-devops&preserve-view=true).

0 commit comments

Comments
 (0)