Skip to content

Commit a515637

Browse files
committed
Updates the Release note.
1 parent 0be7b8c commit a515637

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
New features:
2-
* Now, the Equals() method of the ICheck<T> instances is a real fluent check method.
2+
* Now, the Equals() method of the ICheck<T> instances is a real fluent check method (instead of the default object.Equals() one).
33
* New extensible syntax for Check.That(IEnumerable xxx).Contains(...) that permits to add suffixes narrowing the conditions (e.g.: Check.That(IEnumerable xxx).Contains(...).InThatOrder()). Possible suffixes are (Only, Once or InThatOrder)
4+
* Adds check methods for IDictionary
5+
* Adds more check methods to the IEnumerable (e.g. IsNullOrEmpty)
6+
47
--------------
58
Changes:
69
* New error message structure that clearly states what is wrong.
7-
* Renames the ContainsOnly() method to IsOnlyMadeOf()
10+
* Renames the ContainsOnly() method to IsOnlyMadeOf().
811
* Replaces IFluentAssertion by ICheck; and IChainableFluentAssertion by ICheckLink so that it improves the IntelliSense experience.

0 commit comments

Comments
 (0)