Skip to content

Commit

Permalink
Merge pull request #32714 from tdykstra/mockdb
Browse files Browse the repository at this point in the history
Add a link
  • Loading branch information
Rick-Anderson committed May 31, 2024
2 parents 9357055 + 7740b0c commit 4c0cfcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/minimal-apis/test-min-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/includes/integrationTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4c0cfcd

Please sign in to comment.