Class MapComputeIfPresentTester<K,​V>

  • All Implemented Interfaces:
    junit.framework.Test

    @GwtCompatible
    public class MapComputeIfPresentTester<K,​V>
    extends AbstractMapTester<K,​V>
    A generic JUnit test which tests Map.computeIfPresent(K, java.util.function.BiFunction<? super K, ? super V, ? extends V>). Can't be invoked directly; please see MapTestSuiteBuilder.
    Author:
    Louis Wasserman