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

Use dynamic methods for map matchers #2415

Merged
merged 1 commit into from
Nov 1, 2024
Merged

Conversation

natebosch
Copy link
Member

Allow using containsKey and containsValue on non-map types like
built collection maps which do not implement the core Map but has the
required methods and operators.

Allow using `containsKey` and `containsValue` on non-map types like
built collection maps which do not implement the core `Map` but has the
required methods and operators.
@natebosch natebosch requested a review from a team as a code owner November 1, 2024 17:10
@natebosch natebosch requested a review from jakemac53 November 1, 2024 17:10
Copy link

github-actions bot commented Nov 1, 2024

PR Health

@natebosch
Copy link
Member Author

I thought I had a passing global test run that included these changes, but it must have been a different snapshot because this change does cause failures.

@natebosch natebosch merged commit 8a07bee into master Nov 1, 2024
69 of 70 checks passed
@natebosch natebosch deleted the matcher-dynamic-map branch November 1, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants