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

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

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

Classes in com.google.common.collect.testing that implement TestSetGenerator
static class MapTestSuiteBuilder.MapEntrySetGenerator<K,V>
           
static class MapTestSuiteBuilder.MapKeySetGenerator<K,V>
           
 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.
 

Methods in com.google.common.collect.testing that return TestSetGenerator
static
<E> TestSetGenerator<E>
ReserializingTestSetGenerator.newInstance(TestSetGenerator<E> delegate)
           
 

Methods in com.google.common.collect.testing with parameters of type TestSetGenerator
protected  SetTestSuiteBuilder<K> SortedMapTestSuiteBuilder.createDerivedKeySetSuite(TestSetGenerator<K> keySetGenerator)
           
protected  SetTestSuiteBuilder<K> MapTestSuiteBuilder.createDerivedKeySetSuite(TestSetGenerator<K> keySetGenerator)
           
protected  NavigableSetTestSuiteBuilder<K> NavigableMapTestSuiteBuilder.createDerivedKeySetSuite(TestSetGenerator<K> keySetGenerator)
           
static
<E> TestSetGenerator<E>
ReserializingTestSetGenerator.newInstance(TestSetGenerator<E> delegate)
           
static
<E> SetTestSuiteBuilder<E>
SetTestSuiteBuilder.using(TestSetGenerator<E> generator)
           
static
<E> SortedSetTestSuiteBuilder<E>
SortedSetTestSuiteBuilder.using(TestSetGenerator<E> generator)
           
static
<E> NavigableSetTestSuiteBuilder<E>
NavigableSetTestSuiteBuilder.using(TestSetGenerator<E> generator)
           
 

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

Classes in com.google.common.collect.testing.google that implement TestSetGenerator
static class BiMapTestSuiteBuilder.BiMapValueSetGenerator<K,V>
           
static class SetGenerators.ContiguousSetDescendingGenerator
           
static class SetGenerators.ContiguousSetGenerator
           
static class SetGenerators.ContiguousSetHeadsetGenerator
           
static class SetGenerators.ContiguousSetSubsetGenerator
           
static class SetGenerators.ContiguousSetTailsetGenerator
           
static class SetGenerators.DegeneratedImmutableSetGenerator
           
static class SetGenerators.ImmutableSetCopyOfGenerator
           
static class SetGenerators.ImmutableSetWithBadHashesGenerator
           
static class SetGenerators.ImmutableSortedSetCopyOfGenerator
           
static class SetGenerators.ImmutableSortedSetDescendingGenerator
           
static class SetGenerators.ImmutableSortedSetExplicitComparator
           
static class SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator
           
static class SetGenerators.ImmutableSortedSetHeadsetGenerator
           
static class SetGenerators.ImmutableSortedSetReversedOrderGenerator
           
static class SetGenerators.ImmutableSortedSetSubsetGenerator
           
static class SetGenerators.ImmutableSortedSetTailsetGenerator
           
static class SetGenerators.ImmutableSortedSetUnhashableGenerator
           
static class SetGenerators.TestUnhashableSetGenerator
           
 



Copyright © 2010-2012. All Rights Reserved.