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

Turn MapAssertions into MapLikeAssertions #711

Closed
robstoll opened this issue Dec 11, 2020 · 0 comments · Fixed by #734
Closed

Turn MapAssertions into MapLikeAssertions #711

robstoll opened this issue Dec 11, 2020 · 0 comments · Fixed by #734
Assignees
Milestone

Comments

@robstoll
Copy link
Owner

Platform (all, jvm, js): all
Extension (none, kotlin 1.3): none

Code related feature

We turned IterableAssertions into IterableLikeAssertions, allowing them to be used for types which can be converted to Iterable.
Similarly it makes sense to do the same with MapAssertions, turn them into MapLikeAssertions.
This way we can for instance provide the assertion functions to Scala's Map types with ease.

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 a pull request may close this issue.

1 participant