Interface UnmodifiableMapTests.ComputeIfPresentTests<K,​V>

    • Method Detail

      • testComputeIfPresent

        @Test
        @DisplayName("computeIfPresent(Object, BiFunction)")
        default void testComputeIfPresent()
      • testComputeIfPresentWithFunctionReturningNull

        @Test
        @DisplayName("computeIfPresent(Object, BiFunction) with function returning null")
        default void testComputeIfPresentWithFunctionReturningNull()
      • testComputeIfPresentWithThrowingFunction

        @Test
        @DisplayName("computeIfPresent(Object, BiFunction) with throwing function")
        default void testComputeIfPresentWithThrowingFunction()
      • testComputeIfPresentWithNullFunction

        @Test
        @DisplayName("computeIfPresent(Object, BiFunction) with null function")
        default void testComputeIfPresentWithNullFunction()