Class ListMultimapReplaceValuesTester<K,V>

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.google.common.collect.testing.AbstractTester<OneSizeTestContainerGenerator<com.google.common.collect.ListMultimap<K,V>,Map.Entry<K,V>>>
com.google.common.collect.testing.AbstractContainerTester<com.google.common.collect.ListMultimap<K,V>,Map.Entry<K,V>>
com.google.common.collect.testing.google.AbstractMultimapTester<K,V,com.google.common.collect.ListMultimap<K,V>>
com.google.common.collect.testing.google.AbstractListMultimapTester<K,V>
com.google.common.collect.testing.google.ListMultimapReplaceValuesTester<K,V>
All Implemented Interfaces:
junit.framework.Test

@GwtCompatible public class ListMultimapReplaceValuesTester<K,V> extends AbstractListMultimapTester<K,V>
Testers for ListMultimap.replaceValues(Object, Iterable).
Author:
Louis Wasserman