eclipse / eclipse-collections

Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.
http://www.eclipse.org/collections
2.39k stars 593 forks source link

Add module unit-tests-guava-testlib. #1611

Open motlin opened 1 month ago

motlin commented 1 month ago

This is an experiment to run Guava's testlib tests on Eclipse Collections containers. I started with just maps, and this test suite is based on https://github.com/google/guava/blob/master/guava-testlib/src/com/google/common/collect/testing/TestsForMapsInJavaUtil.java.

A few tests fail, just on compute() and merge() methods, and just on edge cases involving replacing nulls.