From 4faec6078f26cf5681a7d941b7f307471b8e0b98 Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Thu, 12 Sep 2024 11:46:23 +0200 Subject: [PATCH] Adapter also supports NUnit 4 --- docs/articles/vs-test-adapter/Index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/vs-test-adapter/Index.md b/docs/articles/vs-test-adapter/Index.md index 381218678..2f11e8f44 100644 --- a/docs/articles/vs-test-adapter/Index.md +++ b/docs/articles/vs-test-adapter/Index.md @@ -1,6 +1,6 @@ # Visual Studio Test Adapter -The NUnit 3 Test Adapter allows you to run NUnit 3 tests inside Visual Studio or with `dotnet` on the command line. +The NUnit 3 Test Adapter allows you to run NUnit 3 and 4 tests inside Visual Studio or with `dotnet` on the command line. The current release is designed to work with Visual Studio 2012, 2013, 2015, 2017, 2019 and 2022. Some features are not available under VS2012 RTM. It also works from the command line using either `vstest.console` or `dotnet test`.