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

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

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

Classes in com.google.common.collect.testing that implement TestListGenerator
 class TestCharacterListGenerator
          Generates List<Character> instances for test suites.
 class TestStringListGenerator
          TODO: javadoc.
 

Methods in com.google.common.collect.testing with parameters of type TestListGenerator
static
<E> ListTestSuiteBuilder<E>
ListTestSuiteBuilder.using(TestListGenerator<E> generator)
           
 

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

Classes in com.google.common.collect.testing.google that implement TestListGenerator
static class ListGenerators.BuilderAddAllListGenerator
           
static class ListGenerators.BuilderAddListGenerator
           
static class ListGenerators.BuilderReversedListGenerator
           
static class ListGenerators.CharactersOfCharSequenceGenerator
           
static class ListGenerators.CharactersOfStringGenerator
           
static class ListGenerators.ImmutableListHeadSubListGenerator
           
static class ListGenerators.ImmutableListMiddleSubListGenerator
           
static class ListGenerators.ImmutableListOfGenerator
           
static class ListGenerators.ImmutableListTailSubListGenerator
           
static class ListGenerators.UnhashableElementsImmutableListGenerator
           
static class MapGenerators.ImmutableMapValueListGenerator
           
static class SetGenerators.ImmutableSetAsListGenerator
           
static class SetGenerators.ImmutableSortedSetAsListGenerator
           
static class SetGenerators.ImmutableSortedSetAsListSubListGenerator
           
static class SetGenerators.ImmutableSortedSetDescendingAsListGenerator
           
static class SetGenerators.ImmutableSortedSetSubsetAsListGenerator
           
static class SetGenerators.ImmutableSortedsetSubsetAsListSubListGenerator
           
 



Copyright © 2010-2012. All Rights Reserved.