A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit test. Runs on 4.0 and 4.5 (Desktop and Windows Store), CoreCLR, Silverlight 5 and Windows Phone 8, 8.1 and 8.1 for Silverlight. Supports the unit test frameworks NUnit, XUnit, XUnit2, MBUnit, Gallio, MSpec, and NSpec.
dotnet add package FluentAssertions --version 4.6.1
Install-Package FluentAssertions -Version 4.6.1
| 包名 | 版本要求 |
|---|---|
| System.Collections | [4.0.10, ) |
| System.Diagnostics.Debug | [4.0.10, ) |
| System.Globalization | [4.0.10, ) |
| System.Linq | [4.0.0, ) |
| System.Linq.Expressions | [4.0.10, ) |
| System.ObjectModel | [4.0.10, ) |
| System.Reflection | [4.0.10, ) |
| System.Reflection.Extensions | [4.0.0, ) |
| System.Reflection.Primitives | [4.0.0, ) |
| System.Reflection.TypeExtensions | [4.0.0, ) |
| System.Runtime | [4.0.20, ) |
| System.Runtime.Extensions | [4.0.10, ) |
| System.Text.RegularExpressions | [4.0.10, ) |
| System.Threading | [4.0.10, ) |
| System.Threading.Tasks | [4.0.10, ) |
| System.Xml.XDocument | [4.0.10, ) |
| 作者 | Dennis Doomen |
|---|---|
| 发布时间 | 2016-05-13 11:04:43 |
| 项目主页 | http://www.fluentassertions.com |
| 许可证 | https://github.com/dennisdoomen/FluentAssertions/blob/master/LICENSE |