eclipse-collections
eclipse-collections copied to clipboard
Refactor map tests to be consistent with other tests
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.
https://github.com/eclipse/eclipse-collections/pull/1425#discussion_r1065213307_
Hi rzrobin213, i can take a stab at solving this issue.
Go for it! Good luck!