Interface UnmodifiableMapTests.ClearTests<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("clear()")
    public static interface UnmodifiableMapTests.ClearTests<K,​V>
    extends MapTests<K,​V>
    Contains tests for Map.clear() for unmodifiable maps.
    Author:
    Rob Spoor