Package | Description |
---|---|
com.google.common.collect.testing | |
com.google.common.collect.testing.google |
Modifier and Type | Interface and Description |
---|---|
interface |
TestSortedMapGenerator<K,V>
Creates sorted maps, containing sample elements, to be tested.
|
Modifier and Type | Class and Description |
---|---|
static class |
DerivedCollectionGenerators.SortedMapSubmapTestMapGenerator<K,V> |
static class |
NavigableMapTestSuiteBuilder.NavigableMapSubmapTestMapGenerator<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. |
Modifier and Type | Method and Description |
---|---|
static <K,V> ConcurrentMapTestSuiteBuilder<K,V> |
ConcurrentMapTestSuiteBuilder.using(TestMapGenerator<K,V> generator) |
static <K,V> MapTestSuiteBuilder<K,V> |
MapTestSuiteBuilder.using(TestMapGenerator<K,V> generator) |
Modifier and Type | Class and Description |
---|---|
static class |
DerivedGoogleCollectionGenerators.MapGenerator<K,V> |
static class |
MapGenerators.ImmutableEnumMapGenerator |
static class |
MapGenerators.ImmutableMapCopyOfEntriesGenerator |
static class |
MapGenerators.ImmutableMapCopyOfEnumMapGenerator |
static class |
MapGenerators.ImmutableMapCopyOfGenerator |
static class |
MapGenerators.ImmutableMapGenerator |
static class |
SortedMapGenerators.ImmutableSortedMapCopyOfEntriesGenerator |
static class |
SortedMapGenerators.ImmutableSortedMapGenerator |
Copyright © 2010-2017. All Rights Reserved.