eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

Home Page:http://www.eclipse.org/collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor map tests to be consistent with other tests

rzrobin213 opened this issue · 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!