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

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

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

Subinterfaces of TestCollectionGenerator in com.google.common.collect.testing
 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.
 

Classes in com.google.common.collect.testing that implement TestCollectionGenerator
 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 TestCollidingSetGenerator
          A generator using sample elements whose hash codes all collide badly.
 class TestEnumSetGenerator
          An abstract TestSetGenerator for generating sets containing enum values.
 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.
 

Methods in com.google.common.collect.testing with parameters of type TestCollectionGenerator
static
<E> ReserializingTestCollectionGenerator<E>
ReserializingTestCollectionGenerator.newInstance(TestCollectionGenerator<E> delegate)
           
static
<E> CollectionTestSuiteBuilder<E>
CollectionTestSuiteBuilder.using(TestCollectionGenerator<E> generator)
           
 

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

Subinterfaces of TestCollectionGenerator in com.google.common.collect.testing.google
 interface TestMultisetGenerator<E>
          Creates multisets, containing sample elements, to be tested.
 

Classes in com.google.common.collect.testing.google that implement TestCollectionGenerator
static class BiMapGenerators.ImmutableBiMapEntrySetGenerator
           
static class BiMapGenerators.ImmutableBiMapInverseEntrySetGenerator
           
static class BiMapGenerators.ImmutableBiMapInverseKeySetGenerator
           
static class BiMapGenerators.ImmutableBiMapInverseValuesGenerator
           
static class BiMapGenerators.ImmutableBiMapKeySetGenerator
           
static class BiMapGenerators.ImmutableBiMapValuesGenerator
           
static class ListGenerators.BuilderAddAllListGenerator
           
static class ListGenerators.BuilderAddListGenerator
           
static class ListGenerators.BuilderReversedListGenerator
           
static class ListGenerators.ImmutableListHeadSubListGenerator
           
static class ListGenerators.ImmutableListMiddleSubListGenerator
           
static class ListGenerators.ImmutableListOfGenerator
           
static class ListGenerators.ImmutableListTailSubListGenerator
           
static class ListGenerators.UnhashableElementsImmutableListGenerator
           
static class MapGenerators.ImmutableMapEntrySetGenerator
           
static class MapGenerators.ImmutableMapKeySetGenerator
           
static class MapGenerators.ImmutableMapUnhashableValuesGenerator
           
static class MapGenerators.ImmutableMapValueListGenerator
           
static class MapGenerators.ImmutableMapValuesGenerator
           
static class SetGenerators.DegeneratedImmutableSetGenerator
           
static class SetGenerators.ImmutableSetAsListGenerator
           
static class SetGenerators.ImmutableSetCopyOfGenerator
           
static class SetGenerators.ImmutableSetWithBadHashesGenerator
           
static class SetGenerators.ImmutableSortedSetAsListGenerator
           
static class SetGenerators.ImmutableSortedSetAsListSubListGenerator
           
static class SetGenerators.ImmutableSortedSetCopyOfGenerator
           
static class SetGenerators.ImmutableSortedSetExplicitComparator
           
static class SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator
           
static class SetGenerators.ImmutableSortedSetHeadsetGenerator
           
static class SetGenerators.ImmutableSortedSetReversedOrderGenerator
           
static class SetGenerators.ImmutableSortedSetSubsetAsListGenerator
           
static class SetGenerators.ImmutableSortedsetSubsetAsListSubListGenerator
           
static class SetGenerators.ImmutableSortedSetSubsetGenerator
           
static class SetGenerators.ImmutableSortedSetTailsetGenerator
           
static class SetGenerators.ImmutableSortedSetUnhashableGenerator
           
static class SetGenerators.TestUnhashableSetGenerator
           
static class SortedMapGenerators.ImmutableSortedMapEntrySetGenerator
           
static class SortedMapGenerators.ImmutableSortedMapHeadMapKeySetGenerator
           
static class SortedMapGenerators.ImmutableSortedMapKeySetGenerator
           
static class SortedMapGenerators.ImmutableSortedMapSubMapEntryGenerator
           
static class SortedMapGenerators.ImmutableSortedMapTailMapValuesGenerator
           
static class SortedMapGenerators.ImmutableSortedMapValuesGenerator
           
 class TestEnumMultisetGenerator
          An abstract TestMultisetGenerator for generating multisets containing enum values.
 class TestStringMultisetGenerator
          Create multisets of strings for tests.
 



Copyright © 2010-2011. All Rights Reserved.