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 2.0+ - .NET Standard 1.3 and 1.6 - .NET Core
dotnet add package NUnit --version 3.7.1
Install-Package NUnit -Version 3.7.1
| 包名 | 版本要求 |
|---|---|
| NETStandard.Library | [1.6.0, ) |
| System.Threading.Thread | [4.3.0, ) |
| 包名 | 版本要求 |
|---|---|
| NETStandard.Library | [1.6.0, ) |
| System.Runtime.Loader | [4.3.0, ) |
| System.Threading.Thread | [4.3.0, ) |
| 作者 | Charlie Poole |
|---|---|
| 发布时间 | 2017-06-06 01:59:11 |
| 项目主页 | http://nunit.org/ |
| 许可证 | http://nunit.org/nuget/nunit3-license.txt |