Uses of Enum
com.google.common.collect.testing.features.CollectionSize
Packages that use CollectionSize
-
Uses of CollectionSize in com.google.common.collect.testing
Methods in com.google.common.collect.testing that return CollectionSizeModifier and TypeMethodDescriptionOneSizeGenerator.getCollectionSize()OneSizeTestContainerGenerator.getCollectionSize()Constructors in com.google.common.collect.testing with parameters of type CollectionSizeModifierConstructorDescriptionOneSizeGenerator(TestContainerGenerator<T, E> generator, CollectionSize collectionSize) -
Uses of CollectionSize in com.google.common.collect.testing.features
Subclasses with type arguments of type CollectionSize in com.google.common.collect.testing.featuresModifier and TypeClassDescriptionenumWhen describing the features of the collection produced by a given generator (i.e. in a call toFeatureSpecificTestSuiteBuilder.withFeatures(Feature...)), this annotation specifies each of the different sizes for which a test suite should be built.Classes in com.google.common.collect.testing.features that implement interfaces with type arguments of type CollectionSizeModifier and TypeClassDescriptionenumWhen describing the features of the collection produced by a given generator (i.e. in a call toFeatureSpecificTestSuiteBuilder.withFeatures(Feature...)), this annotation specifies each of the different sizes for which a test suite should be built.Methods in com.google.common.collect.testing.features that return CollectionSizeModifier and TypeMethodDescriptionstatic CollectionSizeReturns the enum constant of this type with the specified name.static CollectionSize[]CollectionSize.values()Returns an array containing the constants of this enum type, in the order they are declared.