Uses of Class
com.google.common.collect.testing.AbstractMapTester

Packages that use AbstractMapTester
com.google.common.collect.testing.google   
com.google.common.collect.testing.testers   
 

Uses of AbstractMapTester in com.google.common.collect.testing.google
 

Subclasses of AbstractMapTester in com.google.common.collect.testing.google
 class AbstractBiMapTester<K,V>
          Skeleton for a tester of a BiMap.
 class BiMapClearTester<K,V>
          Tester for BiMap.clear.
 class BiMapInverseTester<K,V>
          Tests for the inverse view of a BiMap.
 class BiMapPutTester<K,V>
          Tester for BiMap.put and BiMap.forcePut.
 class BiMapRemoveTester<K,V>
          Tester for BiMap.remove.
 

Uses of AbstractMapTester in com.google.common.collect.testing.testers
 

Subclasses of AbstractMapTester in com.google.common.collect.testing.testers
 class MapClearTester<K,V>
          A generic JUnit test which tests clear() operations on a map.
 class MapContainsKeyTester<K,V>
          A generic JUnit test which tests containsKey() operations on a map.
 class MapContainsValueTester<K,V>
          A generic JUnit test which tests containsValue() operations on a map.
 class MapCreationTester<K,V>
          A generic JUnit test which tests creation (typically through a constructor or static factory method) of a map.
 class MapEqualsTester<K,V>
          Tests Map.equals(java.lang.Object).
 class MapGetTester<K,V>
          A generic JUnit test which tests get operations on a map.
 class MapHashCodeTester<K,V>
          Tests Map.hashCode().
 class MapIsEmptyTester<K,V>
          A generic JUnit test which tests isEmpty() operations on a map.
 class MapPutAllTester<K,V>
          A generic JUnit test which tests putAll operations on a map.
 class MapPutTester<K,V>
          A generic JUnit test which tests put operations on a map.
 class MapRemoveTester<K,V>
          A generic JUnit test which tests remove operations on a map.
 class MapSerializationTester<K,V>
          Basic serialization test for maps.
 class MapSizeTester<K,V>
          A generic JUnit test which tests size() operations on a map.
 class NavigableMapNavigationTester<K,V>
          A generic JUnit test which tests operations on a NavigableMap.
 class SortedMapNavigationTester<K,V>
          A generic JUnit test which tests operations on a SortedMap.
 



Copyright © 2010-2012. All Rights Reserved.