Interface MapTests.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:
    MapTests<K,​V>

    @DisplayName("clear()")
    public static interface MapTests.ClearTests<K,​V>
    extends MapTests<K,​V>
    Contains tests for Map.clear().
    Author:
    Rob Spoor