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
How would you feel about implementing this by modifying the toBeEmpty predicate to match on either {} or an empty Iterable? That would, I believe, provide the existing verification on empty object, Array, or String, plus all the other built-in iterables like Map and Set, plus user-defined iterables.
Add support to
toBeEmpty
forMap
andSet
data structuresThe text was updated successfully, but these errors were encountered: