Interface MapTests.PutAllTests<K,​V>

    • Method Detail

      • replaceValueOperator

        UnaryOperator<V> replaceValueOperator()
        Returns a unary operator that can be used to create new values to set with Map.putAll(Map).
        Returns:
        A unary operator that can be used to create new values to set with Map.putAll(Map).
      • testPutAllWithNullMap

        @Test
        @DisplayName("putAll(Map) with a null map")
        default void testPutAllWithNullMap()
      • testPutAllWithMapWithNullKey

        @Test
        @DisplayName("putAll(Map) with a map with a null key")
        default void testPutAllWithMapWithNullKey​(TestInfo testInfo)
      • testPutAllWithMapWithNullValue

        @Test
        @DisplayName("putAll(Map) with a map with a null value")
        default void testPutAllWithMapWithNullValue​(TestInfo testInfo)