NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible. This package includes the NUnit 3 framework assembly, which is referenced by your tests. You will need to install version 3 of the nunit3-console program or a third-party runner that supports NUnit 3 in order to execute tests. Runners intended for use with NUnit 2.x will not run NUnit 3 tests correctly. Supported platforms: - .NET Framework 3.5+ - .NET Standard 2.0+
dotnet add package NUnit --version 3.13.3
Install-Package NUnit -Version 3.13.3
| 包名 | 版本要求 |
|---|---|
| NETStandard.Library | [2.0.0, ) |
| 作者 | Charlie Poole, Rob Prouse |
|---|---|
| 发布时间 | 2022-03-20 18:27:50 |
| 项目主页 | https://nunit.org/ |
| 许可证 | https://www.nuget.org/packages/NUnit/3.13.3/license |