From dc2dcccd6ba2c54998b2078036fb699fa55da757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Labaere?= Date: Tue, 13 Jun 2023 05:08:50 +0200 Subject: [PATCH] Add NFluent to the .NET Open Source Developer Projects (#1310) --- dotnet-developer-projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-developer-projects.md b/dotnet-developer-projects.md index 8921a52..3e6f06f 100644 --- a/dotnet-developer-projects.md +++ b/dotnet-developer-projects.md @@ -311,6 +311,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C * [Http.ClientHelpers](https://github.com/PureKrome/HttpClient.Helpers) - library to help mock & test `System.Net.Http.HttpClient`. * [moq](https://github.com/Moq/moq4) - The most popular and friendly mocking framework for .NET * [NBuilder](https://github.com/nbuilder/nbuilder) - A rapid test object generator. + * [NFluent](https://github.com/tpierrain/NFluent) - The most fluent .NET assertion lib ever. * [NSpec](https://github.com/nspec/NSpec) - .NET BDD testing framework of the xSpec (context/specification) flavor, heavily inspired by RSpec and Mocha. * [NSubstitute](https://github.com/nsubstitute/NSubstitute) - A friendly substitute for .NET mocking frameworks. * [NUnit](https://github.com/nunit/nunit) - NUnit is a unit-testing framework for all .NET languages.