eclipse/eclipse-collections

Refactor map tests to be consistent with other tests

rzrobin213 opened this issue · 2 comments

As referenced in the PR below, the map test suite does not have a MapTestCase class like the other collection test suites. It would be better practice to extract the tests meant to target the Map implementation to another class.

#1425 (comment)_

Hi rzrobin213, i can take a stab at solving this issue.

Go for it! Good luck!