xUnit.net is a developer testing framework, built to support Test Driven Development, with a design goal of extreme simplicity and alignment with framework features. Installing this package installs xunit.core, xunit.assert, and xunit.analyzers.
dotnet add package xunit --version 2.4.0-beta.2.build4010
Install-Package xunit -Version 2.4.0-beta.2.build4010
| 包名 | 版本要求 |
|---|---|
| xunit.core | [2.4.0-beta.2.build4010, 2.4.0-beta.2.build4010] |
| xunit.assert | [2.4.0-beta.2.build4010, 2.4.0-beta.2.build4010] |
| xunit.analyzers | [0.9.0, ) |
| 作者 | James Newkirk,Brad Wilson |
|---|---|
| 发布时间 | 2018-05-29 03:11:33 |
| 项目主页 | https://github.com/xunit/xunit |
| 许可证 | https://raw.githubusercontent.com/xunit/xunit/master/license.txt |