NFluent 2.7.0

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/).

No packages depend on NFluent.

# V 2.7.0 # New checks * You can use IsCloseTo on DateTime and DateTimeOffset to check if a given date is close to a reference one. * You can provide your own equality comparer (as an implementation of IEqualityComparer) when using IsEqualTo. Check.That(sut).IsEqualTo(expected, new MyEqualityComparer()); # Improvements * Check.That(IEnumerable).IsEquivalent(...) now uses default logic for equality check. * Significantly improved error messages for enumeration and dictionary equality comparison. * Restore typed IsEqualTo check. It should ensure smoother experience with autocompletion logic. Non typed version (using Object as a parameter) is still available. * You can use WhichMember to perform checks on any member of an exception. Check.ThatCode(() => {...}).Throws<ArgumentException>(). WhichMember( x=> x.ParamName).IsEqualTo(myArg); # Fixes * the Not operator no longer erases the custom message set using WithCustomMessage * Check.That(IDictionary).IsEquivalent now fails as expected when the sut has entries that do not exist in the expected dictionary. * IsEquivalent now performs deep equivalence. For example, it supports Dictionaries of Dictionaries * NFluent now mimics Net implicit type conversion for numeric types so that IsEqualTo behaves as expected when implicit conversion required * Enum properties are properly considered when using Considering. * Enumeration of KeyValue pairs are no longer treated as dictionaries but as enumeration. This behavior was a hack to support custom IDictionary<K,V> implementations. Detection logic has been improved so this is no longer necessary. * Check.That(IEnumerable).IsInDescendingOrder no longer requires items to implement IComparable # GitHub Issues * #306, #312, #313, #314, #315, #317, #319, #320, #321 ## V 2.6.0 ### New feature * NFluent now supports assumption through Assuming entry point. For example you express it as :Assume.That(sut).IsEqualTo(expected); in a nutshell you type Assuming instead of Check. All checks are available. Note that actual support depends on the underlying testing framework. As of now it is supported for NUnit and MsTest * NFluent now supports DateTimeOffset type with the same gchecks than for DateTime. These checks fails if the offsets are different. The IsSameUtcInstant cheks perform a comparison integrating the offset. ### New checks * You can use WhoseSize() to check the size of an enumeration. It is used as an extension keyword, as in: Check.That(enum).WhoseSize().IsEqualTo(3) ### Improvements * When using the Equals method, NFluent now uses expected.Equals(actual) instead of actual.Equals(expected). This should have limited impact. * Actual and expected value naming has been redesigned to improve naming accuracy. Impact vary depending on checks and types. * Comparison of enumeration now provides details regarding the differences. You can control how many differences are reported using the property **ExtensionsCommonHelpers.CountOfLineOfDetails**. * Cleaned up the reporting of array fields when using Considering. The superfluous dot (as in _field.[index]_) has been removed. * Improved implementation for Equals when using Considering. You should use IsEqualTo when checking for * equality, but we also provide an implementation of Equals as a failsafe. ### Fixes * Fix issue with IEnumerable<object> and Contains(Exactly), IsEqualTo, IsEquivalentTo. * Several error messages have been improved due to fix on check helpers. * NotSupportedException when using ContainsExactly on strings. * Fix issue with single dimension arrays and field based checks where the LAST item of the array was not evaluated during the check (issue found thanks to mutation test) * Comparing Array with considering was no different than when using IsEqualTo. This has been fixed. Therefore error messages are now in line with what was expected ### Extensibility Foreword: several breaking changes have been introduced that may trigger build error in your custom extensions if you have made any. Methods and types have been renamed, so your code will have to refer the new names. IF YOU ENCOUNTER ISSUES AND NEED ASSISTANCE, please open an issue, we will assist you ASAP. * All lambda/code specific interfaces (ICodeCheck<T>...) and classes have been removed. NFluent now uses the standard interfaces and types (i.e. Check<T>) * ICheckLogic.DefineExpectedValues now expects an generic IEnumerable<T> instead of a plain IEnumerable * you can use ICheckLogic.DefinePossibleTypes if you need to have a list of possible types for the sut (displayed in the error message) * improved naming: ICheckLogic.DefineExpectedValues has been renamed DefinePossibleValues * checks helper (ICheckLogic) now correctly reports the fundamental error instead of a detail error. In previous version, the error messages could focus on details, e.g. report the exception's message when the issue is the exception's type. * add a flag (boolean) to BuildCheckLinkWhich method (allows to provide subitem check) that allows to speciyf sub item is available. ### GitHub Issues * #225, #291, #292, #295, #296, #297, #299, #302

This package has no dependencies.

Version Downloads Last updated
3.1.0 392 02/20/2025
3.0.4 222 08/07/2024
3.0.3 6 02/20/2025
3.0.3-beta 6 02/20/2025
3.0.2.500 6 02/20/2025
3.0.2.327-beta 0 10/13/2023
3.0.1.352 6 02/20/2025
3.0.0.351 6 02/20/2025
3.0.0.277-beta 6 02/20/2025
3.0.0.270-beta 6 02/20/2025
3.0.0.269-beta 7 02/20/2025
3.0.0.268-beta 6 02/20/2025
2.8.0 164 08/06/2024
2.7.2 6 02/20/2025
2.7.1 5 02/20/2025
2.7.0 5 02/20/2025
2.6.0 6 02/20/2025
2.5.0 6 02/20/2025
2.4.0 245 08/06/2024
2.3.1 5 02/20/2025
2.3.0 6 02/20/2025
2.2.0 5 02/20/2025
2.1.1 5 02/20/2025
2.1.0 5 02/20/2025
2.0.0 5 02/20/2025
2.0.0-alpha-44 6 02/20/2025
1.3.1 6 02/20/2025
1.2.0 6 02/20/2025
1.1.0 5 02/20/2025
1.0.0 7 02/20/2025
0.11.0 6 02/20/2025
0.9.0 5 02/20/2025
0.8.0 6 02/20/2025
0.7.0 6 02/20/2025
0.6.0 6 02/20/2025
0.5.0 6 02/20/2025