NFluent 1.3.1
dotnet add package NFluent --version 1.3.1
NuGet\Install-Package NFluent -Version 1.3.1
<PackageReference Include="NFluent" Version="1.3.1" />
paket add NFluent --version 1.3.1
#r "nuget: NFluent, 1.3.1"
// Install NFluent as a Cake Addin #addin nuget:?package=NFluent&version=1.3.1 // Install NFluent as a Cake Tool #tool nuget:?package=NFluent&version=1.3.1
NFluent is an ergonomic check library which aims to fluent your .NET TDD experience (based on simple Check.That() check statements). NFluent aims your tests to be fluent to write (with an happy 'dot' auto completion experience), fluent to read (i.e. as close as possible to plain English expression), but also fluent to troubleshoot, in a less-error-prone way comparing to the classical .NET test frameworks. NFluent is directly, but also freely, inspired by the awesome Java FEST fluent check/reflection library (http://fest.easytesting.org/).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories (18)
Showing the top 5 popular GitHub repositories that depend on NFluent:
Repository | Stars |
---|---|
ReClassNET/ReClass.NET
More than a ReClass port to the .NET platform.
|
|
zzzprojects/System.Linq.Dynamic.Core
The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
|
|
WireMock-Net/WireMock.Net
WireMock.Net is a flexible product for stubbing and mocking web HTTP responses using advanced request matching and response templating. Based on the functionality from http://WireMock.org, but extended with more functionality.
|
|
MarcosMeli/FileHelpers
The FileHelpers are a free and easy to use .NET library to read/write data from fixed length or delimited records in files, strings or streams
|
|
WOA-Project/WoA-Installer-Rpi
This repository was deprecated, use:
|
New feature(s):
* Now, supports .NET Tasks and Async methods/lambdas/functions thanks to a new Check.ThatAsyncCode() statement.
--------------
Change(s):
* Error messages with double and float are now displayed with InvariantCulture.
--------------
Bug Fixe(s):
*