You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: