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

AllOf/AnyOf: Pass the matchers to constructor using varargs #245

Merged
merged 1 commit into from Feb 2, 2019

Conversation

dgroup
Copy link
Contributor

@dgroup dgroup commented Jan 10, 2019

Add a way to construct the AllOf, AnyOf matchers using the varargs.
Some projects prohibit the using of static imports/methods, therefore we have to wrap the matchers to the Iterable, it's not convenient and looks a bit ugly.

@tumbarumba , could you please review/give feedback on this pull request?

@tumbarumba tumbarumba merged commit ef2c6f5 into hamcrest:master Feb 2, 2019
@tumbarumba
Copy link
Member

Nice one

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