Class MultimapClearTester<K,V>

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

@GwtCompatible public class MultimapClearTester<K,V> extends AbstractMultimapTester<K,V,com.google.common.collect.Multimap<K,V>>
Tests for Multimap.clear().
Author:
Louis Wasserman