Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assertThat() should accept an Iterator #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

assertThat() should accept an Iterator #118

wants to merge 1 commit into from

Conversation

MeddahJ
Copy link

@MeddahJ MeddahJ commented Oct 23, 2012

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.

@joel-costigliola
Copy link
Contributor

Done in last Paris Hackergarten, thanks Julien.

@joel-costigliola
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants