testlib: add tests for `ConcurrentMap` to make sure its derived `Set`s are concurrent
Author: vlsiCreated Jul 1, 2025Updated Aug 14, 2026
Labelstype=enhancementpackage=testingP3
map.entrySet().stream().toList()should return the same elementsspliterator().characteristics()should probably align with map/set characteristic. For instance, if the map permits nulls, and there are nulls, thenSpliterator.NONNULLdoes not sound right.
Source: google/guava