Class MapComputeIfAbsentTester<K,V>

java.lang.Object
junit.framework.Assert
All Implemented Interfaces:
junit.framework.Test

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