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

Packages that use MapTestSuiteBuilder
com.google.common.collect.testing   
 

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

Subclasses of MapTestSuiteBuilder in com.google.common.collect.testing
 class NavigableMapTestSuiteBuilder<K,V>
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap implementation.
 class SortedMapTestSuiteBuilder<K,V>
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedMap implementation.
 

Methods in com.google.common.collect.testing that return MapTestSuiteBuilder
static
<K,V> MapTestSuiteBuilder<K,V>
MapTestSuiteBuilder.using(TestMapGenerator<K,V> generator)
           
 



Copyright © 2010-2012. All Rights Reserved.