NUnit 4.4.0-beta.1

NUnit is a unit-testing framework for all .NET languages. It can run on macOS, Linux and Windows operating systems. NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing. It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes. The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs. If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade. Supported platforms: - .NET Framework 4.6.2+ - .NET 6.0+ - .NET 8.0+

Charlie Poole, Rob Prouse nunittesttestingtddframeworkfluentasserttheorypluginaddin
安装
dotnet add package NUnit --version 4.4.0-beta.1
Install-Package NUnit -Version 4.4.0-beta.1
依赖
.NETFramework4.6.2
包名版本要求
System.Threading.Tasks.Extensions [4.5.4, )
System.ValueTuple [4.5.0, )
版本详情
作者Charlie Poole, Rob Prouse
发布时间2025-06-26 17:49:45
项目主页https://nunit.org/
许可证https://www.nuget.org/packages/NUnit/4.4.0-beta.1/license