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
It is currently possible to give an Array of keys and an Object of keys to the keys assertion, but considering the library we are testing against, it would be a shame to not be able to use List and Map elements.
Should I allow other input types too (Set, ...) ? Should I be more generic instead (like testing against KeyedCollection instead of Map, ...)?
The text was updated successfully, but these errors were encountered:
It is currently possible to give an
Array
of keys and anObject
of keys to thekeys
assertion, but considering the library we are testing against, it would be a shame to not be able to useList
andMap
elements.Should I allow other input types too (
Set
, ...) ? Should I be more generic instead (like testing againstKeyedCollection
instead ofMap
, ...)?The text was updated successfully, but these errors were encountered: