From e2962f2ed88d92f0bb44828ef4718fa7f0b4dede Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Fri, 31 May 2024 15:13:22 -0700 Subject: [PATCH 1/2] Add a link --- aspnetcore/includes/integrationTests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/includes/integrationTests.md b/aspnetcore/includes/integrationTests.md index 62fbe34db49c..14f38a0c8338 100644 --- a/aspnetcore/includes/integrationTests.md +++ b/aspnetcore/includes/integrationTests.md @@ -9,7 +9,7 @@ These broader tests are used to test the app's infrastructure and whole framewor * Network appliances * Request-response pipeline -Unit tests use fabricated components, known as *fakes* or *mock objects*, in place of infrastructure components. +Unit tests use fabricated components, known as [*fakes* or *mock objects*](/dotnet/core/testing/unit-testing-best-practices#lets-speak-the-same-language), in place of infrastructure components. In contrast to unit tests, integration tests: From 7740b0c97c388d1986552429d7af1559b660d228 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Fri, 31 May 2024 16:07:01 -0700 Subject: [PATCH 2/2] Update test-min-api.md --- aspnetcore/fundamentals/minimal-apis/test-min-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/minimal-apis/test-min-api.md b/aspnetcore/fundamentals/minimal-apis/test-min-api.md index ce1df1ae2eaa..92e32d8e319a 100644 --- a/aspnetcore/fundamentals/minimal-apis/test-min-api.md +++ b/aspnetcore/fundamentals/minimal-apis/test-min-api.md @@ -3,7 +3,7 @@ title: Test Minimal API apps author: rick-anderson description: Unit and integration tests in Minimal API apps ms.author: riande -ms.date: 9/30/2022 +ms.date: 05/31/2024 monikerRange: '>= aspnetcore-7.0' uid: fundamentals/minimal-apis/test-min-api ---