The one that is signed
New feature(s):
- Now supports IsNull() and IsNotNull() checks for nullables (thanks to Mendel Monteiro Beckerman for that).
- Check.ThatCode(...): New entry point for checks on code (Action and Func). It supersedes the equivalent Check.That signature.
Change(s):
- Improves error messages for string comparisons (e.g. visually indicates the presence of tab char with <>, or distinguish <> and <>, properly handles long strings, ...)
- Check.That(Func) and Check.That(Action) are now obsolete.
- The HasFieldsEqualToThose() check is now obsolete and should be replaced by HasFieldsWithSameValues() which now support anonymous classes as expected parameter.
- The HasFieldsNotEqualToThose() check is now obsolete and should be replaced by HasNotFieldsWithSameValues()
- Simplification of extensibility
- We are so proud of this 1.1 version of NFuent; we decided to sign it.
Bug Fixe(s):