Interface UnmodifiableMapTests.ReplaceAllTests<K,​V>

  • Type Parameters:
    K - The key type of the map to test.
    V - The value type of the map to test.
    All Superinterfaces:
    MapTests<K,​V>
    Enclosing interface:
    UnmodifiableMapTests<K,​V>

    @DisplayName("replaceAll(BiFunction)")
    public static interface UnmodifiableMapTests.ReplaceAllTests<K,​V>
    extends MapTests<K,​V>
    Contains tests for Map.replaceAll(BiFunction) for unmodifiable maps.
    Author:
    Rob Spoor