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