From eb63f7f046d2053c2bd18fee16b5636888decc15 Mon Sep 17 00:00:00 2001 From: Marco Rossignoli Date: Fri, 24 May 2024 14:40:49 +0200 Subject: [PATCH] Update NUnit doc (#41051) --- docs/core/testing/unit-testing-platform-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/testing/unit-testing-platform-intro.md b/docs/core/testing/unit-testing-platform-intro.md index 569162dcf8cac..a8ad609880785 100644 --- a/docs/core/testing/unit-testing-platform-intro.md +++ b/docs/core/testing/unit-testing-platform-intro.md @@ -15,7 +15,7 @@ Microsoft.Testing.Platform is a lightweight and portable alternative to [VSTest] ## Supported test frameworks * MSTest. In MSTest, the support of `Microsoft.Testing.Platform` is done via [MSTest runner](unit-testing-mstest-runner-intro.md). -* NUnit: work in progress, for more information, see [Microsoft Testing Platform for NUnit](https://github.com/nunit/nunit3-vs-adapter/issues/1152). +* NUnit. In NUnit, the support of `Microsoft.Testing.Platform` is done via [NUnit runner](unit-testing-nunit-runner-intro.md). * xUnit: work in progress, for more information, see [Microsoft Testing Platform for xUnit](https://github.com/xunit/visualstudio.xunit/issues/402). ## Run and debug tests