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 596 forks source link

Combine tests in unit-tests-java8 that cover the same method contract. #1544

Closed motlin closed 5 months ago

motlin commented 6 months ago

The intention is to keep all the same assertions, but reduce lines of code and reduce number of tests. Our tests are so fast that more time is taken by the junit framework to create test and record results than to execute assertions, so reducing the number of tests can speed up our build a bit.