fest-assert-2.x
fest-assert-2.x copied to clipboard
assertThat() should accept an Iterator
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.
Done in last Paris Hackergarten, thanks Julien.