Class ConcurrentMapReplaceTester<K,V>

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

@GwtCompatible @NullMarked public class ConcurrentMapReplaceTester<K,V> extends AbstractMapTester<K,V>
A generic JUnit test which tests replace(K, V) operations on a concurrent map. Can't be invoked directly; please see ConcurrentMapTestSuiteBuilder.
Author:
Louis Wasserman