fest-assert-2.x icon indicating copy to clipboard operation
fest-assert-2.x copied to clipboard

assertThat() should accept an Iterator

Open MeddahJ opened this issue 13 years ago • 2 comments

In reference to http://code.google.com/p/fest/issues/detail?id=101 There is no way currently to call Assertions.assertThat with an Iterator<T> as parameter. An user can still convert himself the iterator to an iterable, but he might as well use one more assertThat overload.

MeddahJ avatar Oct 18 '12 21:10 MeddahJ

Done in last Paris Hackergarten, thanks Julien.

joel-costigliola avatar Nov 17 '12 22:11 joel-costigliola

For your information, this issue has been fixed in AssertJ a fork of Fest Assert 2.0M10.

joel-costigliola avatar Apr 15 '13 09:04 joel-costigliola