NUnit 4 Framework

by NUnit

A unit-testing framework for all .NET languages. It can be used for a wide range of testing, from unit testing with TDD to full fledged system and integration testing.

v4.4.0 MIT zip x64

Install with winget

Open PowerShell or Command Prompt and run:

winget install NUnit.NUnit

Copied to clipboard!

1Open PowerShell or Command Prompt
2Paste and run the command above
3Follow any on-screen prompts to complete installation

About NUnit 4 Framework

A unit-testing framework for all .NET languages. It can be used for a wide range of testing, from unit testing with TDD to full fledged system and integration testing. Note that due to the Winget package on x64 needing at least one .NET dependency for its x64 .exe-s to pass validation, the Winget package's x64 version automatically installs the .NET 8 Runtime, regardless of whether or not the user solely intends to use the .NET 6 or 4 .exe-s. The PATH shortcut will also lead to the .NET 8 .exe by default. This can optionally be avoided by installing the designated x86 version with "-a x86", as the .NET 4 .exe used for x86 validation is not known to need a dependency. The PATH shortcut will however lead to the .NET 4 .exe by default. In either situation, a functional x64 .exe for .NET 6 is furthermore also in the package.

dotnet.netunittestingframeworkunit-testing-frameworknunit4frameworknunit-4-frameworknunitlite-runner.exenunitliterunnernunit-lite-runnerrequirescmd

Advanced Install Options

Install (latest)winget install NUnit.NUnit
Install (pinned version)winget install --id NUnit.NUnit -e --version 4.4.0
Upgradewinget upgrade NUnit.NUnit
Uninstallwinget uninstall NUnit.NUnit

Frequently Asked Questions

How do I install NUnit 4 Framework using winget?
Open PowerShell or Windows Terminal and run: winget install NUnit.NUnit. Winget comes pre-installed on Windows 10 (1809+) and Windows 11.
What is NUnit 4 Framework?
A unit-testing framework for all .NET languages. It can be used for a wide range of testing, from unit testing with TDD to full fledged system and integration testing.
Is NUnit 4 Framework free to use?
NUnit 4 Framework is distributed under the MIT license. Check the publisher’s site for full licensing details.
How do I update NUnit 4 Framework with winget?
Run winget upgrade NUnit.NUnit in PowerShell or Windows Terminal to upgrade to the latest available version.
How do I uninstall NUnit 4 Framework?
Run winget uninstall NUnit.NUnit to remove NUnit 4 Framework from your system.