We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1732481 commit 2518198Copy full SHA for 2518198
documentation/src/docs/asciidoc/release-notes-5.0.0-M3.adoc
@@ -141,6 +141,8 @@ on GitHub.
141
* Support for lazy and preemptive _timeouts_ with lambda expressions in `Assertions`. See
142
examples in <<writing-tests-assertions,`AssertionsDemo`>> and consult the
143
`{Assertions}` Javadoc for further details.
144
+* New `assertIterableEquals()` assertion that checks that two Iterables are deeply equal (see
145
+ Javadoc for details).
146
* New variants of `Assertions.assertAll()` that accept streams of executables (i.e.,
147
`Stream<Executable>`).
148
* `Assertions.assertThrows()` now returns the thrown exception.
0 commit comments