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

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

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

Subinterfaces of TestMapGenerator in com.google.common.collect.testing
 interface TestSortedMapGenerator<K,V>
          Creates sorted maps, containing sample elements, to be tested.
 

Classes in com.google.common.collect.testing that implement TestMapGenerator
static class DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V>
           
 class TestEnumMapGenerator
          Implementation helper for TestMapGenerator for use with enum maps.
 class TestStringMapGenerator
          Implementation helper for TestMapGenerator for use with maps of strings.
 class TestStringSortedMapGenerator
          Implementation helper for TestMapGenerator for use with sorted maps of strings.
 

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

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

Classes in com.google.common.collect.testing.google that implement TestMapGenerator
static class DerivedGoogleCollectionGenerators.MapGenerator<K,V>
           
static class MapGenerators.ImmutableEnumMapGenerator
           
static class MapGenerators.ImmutableMapCopyOfEnumMapGenerator
           
static class MapGenerators.ImmutableMapGenerator
           
static class SortedMapGenerators.ImmutableSortedMapGenerator
           
 



Copyright © 2010-2013. All Rights Reserved.