Package | Description |
---|---|
com.google.common.collect.testing | |
com.google.common.collect.testing.google |
Modifier and Type | Interface and Description |
---|---|
interface |
TestListGenerator<E>
Creates sets, containing sample elements, to be tested.
|
interface |
TestQueueGenerator<E>
Creates queues, containing sample elements, to be tested.
|
interface |
TestSetGenerator<E>
Creates sets, containing sample elements, to be tested.
|
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.MapValueCollectionGenerator<K,V> |
static class |
DerivedCollectionGenerators.SortedSetSubsetTestSetGenerator<E> |
static class |
NavigableSetTestSuiteBuilder.NavigableSetSubsetTestSetGenerator<E> |
class |
ReserializingTestCollectionGenerator<E>
Reserializes the sets created by another test set generator.
|
class |
ReserializingTestSetGenerator<E>
Reserializes the sets created by another test set generator.
|
class |
TestCharacterListGenerator
Generates
List<Character> instances for test suites. |
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 |
TestStringCollectionGenerator
String creation for testing arbitrary collections.
|
class |
TestStringListGenerator
TODO: javadoc.
|
class |
TestStringQueueGenerator
Create queue of strings for tests.
|
class |
TestStringSetGenerator
Create string sets for collection tests.
|
class |
TestStringSortedSetGenerator
Create string sets for testing collections that are sorted by natural
ordering.
|
class |
TestUnhashableCollectionGenerator<T extends Collection<UnhashableObject>>
Creates collections containing unhashable sample elements, to be tested.
|
Modifier and Type | Method and Description |
---|---|
protected CollectionTestSuiteBuilder<V> |
MapTestSuiteBuilder.createDerivedValueCollectionSuite(TestCollectionGenerator<V> valueCollectionGenerator) |
static <E> ReserializingTestCollectionGenerator<E> |
ReserializingTestCollectionGenerator.newInstance(TestCollectionGenerator<E> delegate) |
static <E> CollectionTestSuiteBuilder<E> |
CollectionTestSuiteBuilder.using(TestCollectionGenerator<E> generator) |
Modifier and Type | Interface and Description |
---|---|
interface |
TestMultisetGenerator<E>
Creates multisets, containing sample elements, to be tested.
|
Copyright © 2010-2017. All Rights Reserved.