HomeSort by relevance Sort by last modified time
    Searched refs:MapInterfaceTest (Results 1 - 18 of 18) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableMultimapAsMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
27 * {@link MapInterfaceTest}.
ImmutableSetMultimapAsMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
27 * {@link MapInterfaceTest}.
UnmodifiableMultimapAsMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
27 * {@link MapInterfaceTest}.
AbstractMultimapAsMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
27 * {@link MapInterfaceTest}.
34 extends MapInterfaceTest<String, Collection<Integer>> {
61 * The version of this test supplied by {@link MapInterfaceTest} fails for
ConstrainedMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
28 extends MapInterfaceTest<String, Integer> {
ConstrainedMultimapAsMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
27 * {@link MapInterfaceTest}.
BiMapMapInterfaceTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
36 extends MapInterfaceTest<String, Integer> {
ForMapMultimapAsMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
27 * {@link MapInterfaceTest}.
SubMapMultimapAsMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
27 * Test {@code TreeMultimap.asMap().subMap()} with {@link MapInterfaceTest}.
ForwardingSortedMapImplementsMapTest.java 20 import com.google.common.collect.testing.MapInterfaceTest;
27 * Tests for {@link ForwardingSortedMap} using {@link MapInterfaceTest}.
MapsTransformValuesTest.java 29 import com.google.common.collect.testing.MapInterfaceTest;
37 public class MapsTransformValuesTest extends MapInterfaceTest<String, String> {
MapsTransformValuesUnmodifiableIteratorTest.java 22 import com.google.common.collect.testing.MapInterfaceTest;
38 public class MapsTransformValuesUnmodifiableIteratorTest extends MapInterfaceTest<String, String> {
ImmutableBiMapTest.java 25 import com.google.common.collect.testing.MapInterfaceTest;
144 extends MapInterfaceTest<K, V> {
ImmutableMapTest.java 27 import com.google.common.collect.testing.MapInterfaceTest;
143 extends MapInterfaceTest<K, V> {
155 // TODO: can these be moved to MapInterfaceTest?
TableCollectionTest.java 29 import com.google.common.collect.testing.MapInterfaceTest;
702 extends MapInterfaceTest<String, Integer> {
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java 50 public abstract class MapInterfaceTest<K, V> extends TestCase {
112 protected MapInterfaceTest(
125 protected MapInterfaceTest(
    [all...]
SortedMapInterfaceTest.java 42 extends MapInterfaceTest<K, V> {
ConcurrentMapInterfaceTest.java 35 extends MapInterfaceTest<K, V> {

Completed in 366 milliseconds