Package | Description |
---|---|
com.google.common.collect.testing | |
com.google.common.collect.testing.google |
Modifier and Type | Interface and Description |
---|---|
interface |
TestSortedSetGenerator<E>
Creates sorted sets, containing sample elements, to be tested.
|
Modifier and Type | Class and Description |
---|---|
static class |
DerivedCollectionGenerators.MapEntrySetGenerator<K,V> |
static class |
DerivedCollectionGenerators.MapKeySetGenerator<K,V> |
static class |
DerivedCollectionGenerators.MapSortedKeySetGenerator<K,V> |
static class |
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E> |
static class |
NavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator<E> |
class |
ReserializingTestSetGenerator<E>
Reserializes the sets created by another test set generator.
|
class |
TestCollidingSetGenerator
A generator using sample elements whose hash codes all collide badly.
|
class |
TestEnumSetGenerator
An abstract TestSetGenerator for generating sets containing enum values.
|
class |
TestIntegerSetGenerator
Create integer sets for collection tests.
|
class |
TestIntegerSortedSetGenerator
Create integer sets for testing collections that are sorted by natural ordering.
|
class |
TestMapEntrySetGenerator<K,V>
Creates map entries using sample keys and sample values.
|
class |
TestStringSetGenerator
Create string sets for collection tests.
|
class |
TestStringSortedSetGenerator
Create string sets for testing collections that are sorted by natural ordering.
|
Modifier and Type | Method and Description |
---|---|
static <E> TestSetGenerator<E> |
ReserializingTestSetGenerator.newInstance(TestSetGenerator<E> delegate) |
Modifier and Type | Method and Description |
---|---|
protected SetTestSuiteBuilder<Map.Entry<K,V>> |
MapTestSuiteBuilder.createDerivedEntrySetSuite(TestSetGenerator<Map.Entry<K,V>> entrySetGenerator) |
protected SetTestSuiteBuilder<K> |
SortedMapTestSuiteBuilder.createDerivedKeySetSuite(TestSetGenerator<K> keySetGenerator) |
protected NavigableSetTestSuiteBuilder<K> |
NavigableMapTestSuiteBuilder.createDerivedKeySetSuite(TestSetGenerator<K> keySetGenerator) |
protected SetTestSuiteBuilder<K> |
MapTestSuiteBuilder.createDerivedKeySetSuite(TestSetGenerator<K> keySetGenerator) |
static <E> TestSetGenerator<E> |
ReserializingTestSetGenerator.newInstance(TestSetGenerator<E> delegate) |
static <E> SetTestSuiteBuilder<E> |
SetTestSuiteBuilder.using(TestSetGenerator<E> generator) |
Copyright © 2010–2018. All rights reserved.