You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/core/testing/unit-testing-with-copilot.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ To generate a test project and a stub method, follow these steps:
46
46
47
47
:::image type="content" source="media/create-unit-test.png" lightbox="media/create-unit-test.png" alt-text="Command Create Unit Tests":::
48
48
49
-
In the dialog that appears, select xUnit from the Test Framework dropdown menu
49
+
In the **Create Unit Tests** dialog, select **xUnit** from the **Test Framework** dropdown menu.
50
50
51
51
> [!NOTE]
52
52
> The "Create Unit Tests" command defaults to the MSTest framework. However, since this example uses xUnit, you need to install the Visual Studio extension xUnit.net.TestGenerator2022.
0 commit comments