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

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

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 MapNavigationTester<K,V>
          A generic JUnit test which tests operations on a NavigableMap.
 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 MapSizeTester<K,V>
          A generic JUnit test which tests size() operations on a map.
 



Copyright © 2010-2011. All Rights Reserved.