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
we use as... to transform the subject without it being reported (in contrast to a feature extraction). you can still use its { entries } if you like.
Do you actually want to see the transformation?
I do not want to see the transformation.
I was searching the way to add expectations for map entries, and it was surprising why keys and values were there, and entries was missing.
I'm not sure if enforcing as... convention for non-reported extractors is good or bad, however, it would probably make sense to document those naming conventions so the users could understand the common theme.
However, I think the use of non-reported .values for Map would not be surprising for the users.
Code related feature
There are
However, there is no
.entries
property.I see there is
asEntries()
, however, it is not clear why the names are inconsistent.The text was updated successfully, but these errors were encountered: