Uses of Interface
com.google.common.collect.testing.TestMapGenerator

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

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

Classes in com.google.common.collect.testing that implement TestMapGenerator
 class TestEnumMapGenerator
          Implementation helper for TestMapGenerator for use with enum maps.
 class TestStringMapGenerator
          Implementation helper for TestMapGenerator for use with maps of strings.
 

Methods in com.google.common.collect.testing with parameters of type TestMapGenerator
static
<K,V> NavigableMapTestSuiteBuilder<K,V>
NavigableMapTestSuiteBuilder.using(TestMapGenerator<K,V> generator)
           
static
<K,V> MapTestSuiteBuilder<K,V>
MapTestSuiteBuilder.using(TestMapGenerator<K,V> generator)
           
 



Copyright © 2010-2011. All Rights Reserved.