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

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

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

Subclasses of SortedMapTestSuiteBuilder 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.
 

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



Copyright © 2010-2012. All Rights Reserved.