Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aspnetcore/test/integration-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Integration tests ensure that an app's components function correctly at a level

:::moniker range=">= aspnetcore-10.0"

This article assumes a basic understanding of unit tests. If unfamiliar with test concepts, see the [Unit Testing in .NET Core and .NET Standard](/dotnet/core/testing/) article and its linked content.
This article assumes a basic understanding of unit tests. If unfamiliar with test concepts, see the [Testing in .NET](/dotnet/core/testing/) article and its linked content.

[View or download sample code](https://github.com/dotnet/AspNetCore.Docs.Samples/tree/main/test/integration-tests/10.x/IntegrationTestsSample) ([how to download](xref:index#how-to-download-a-sample))

Expand Down Expand Up @@ -325,4 +325,4 @@ The SUT's database context is registered in `Program.cs`. The test app's `builde
[!INCLUDE[](~/test/integration-tests/includes/integration-tests5.md)]
[!INCLUDE[](~/test/integration-tests/includes/integration-tests7.md)]
[!INCLUDE[](~/test/integration-tests/includes/integration-tests8.md)]
[!INCLUDE[](~/test/integration-tests/includes/integration-tests9.md)]
[!INCLUDE[](~/test/integration-tests/includes/integration-tests9.md)]