Uses of Interface
com.google.common.collect.testing.features.Feature
Packages that use Feature
Package
Description
-
Uses of Feature in com.google.common.collect.testing
Methods in com.google.common.collect.testing that return types with arguments of type FeatureModifier and TypeMethodDescriptionMapTestSuiteBuilder.computeCommonDerivedCollectionFeatures(Set<Feature<?>> mapFeatures) FeatureSpecificTestSuiteBuilder.getFeatures()Methods in com.google.common.collect.testing with parameters of type FeatureModifier and TypeMethodDescriptionFeatureSpecificTestSuiteBuilder.withFeatures(Feature<?>... features) Configures this builder to produce tests appropriate for the given features.Method parameters in com.google.common.collect.testing with type arguments of type FeatureModifier and TypeMethodDescriptionMapTestSuiteBuilder.computeCommonDerivedCollectionFeatures(Set<Feature<?>> mapFeatures) protected static StringFeatureSpecificTestSuiteBuilder.formatFeatureSet(Set<? extends Feature<?>> features) FeatureSpecificTestSuiteBuilder.withFeatures(Iterable<? extends Feature<?>> features) -
Uses of Feature in com.google.common.collect.testing.features
Classes in com.google.common.collect.testing.features that implement FeatureModifier and TypeClassDescriptionenumOptional features of classes derived fromCollection.enumWhen 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.enumOptional features of classes derived fromList.enumOptional features of classes derived fromMap.enumOptional features of classes derived fromSet.Methods in com.google.common.collect.testing.features that return types with arguments of type FeatureModifier and TypeMethodDescriptionFeatureUtil.addImpliedFeatures(Set<Feature<?>> features) Given a set of features, add to it all the features directly or indirectly implied by any of them, and return it.TesterRequirements.getAbsentFeatures()ConflictingRequirementsException.getConflicts()Set<Feature<? super Collection>> CollectionFeature.getImpliedFeatures()Set<Feature<? super Collection>> CollectionSize.getImpliedFeatures()Feature.getImpliedFeatures()Returns the set of features that are implied by this feature.ListFeature.getImpliedFeatures()MapFeature.getImpliedFeatures()SetFeature.getImpliedFeatures()TesterRequirements.getPresentFeatures()FeatureUtil.impliedFeatures(Set<Feature<?>> features) Given a set of features, return a new set of all features directly or indirectly implied by any of them.Method parameters in com.google.common.collect.testing.features with type arguments of type FeatureModifier and TypeMethodDescriptionFeatureUtil.addImpliedFeatures(Set<Feature<?>> features) Given a set of features, add to it all the features directly or indirectly implied by any of them, and return it.FeatureUtil.impliedFeatures(Set<Feature<?>> features) Given a set of features, return a new set of all features directly or indirectly implied by any of them.Constructor parameters in com.google.common.collect.testing.features with type arguments of type FeatureModifierConstructorDescriptionConflictingRequirementsException(String message, Set<Feature<?>> conflicts, Object source) TesterRequirements(Set<Feature<?>> presentFeatures, Set<Feature<?>> absentFeatures) -
Uses of Feature in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement FeatureModifier and TypeClassDescriptionenumOptional features of classes derived fromMultimap.enumOptional features of classes derived fromMultiset.static enumMethods in com.google.common.collect.testing.google that return types with arguments of type FeatureModifier and TypeMethodDescriptionMultimapFeature.getImpliedFeatures()MultisetFeature.getImpliedFeatures()MultisetTestSuiteBuilder.NoRecurse.getImpliedFeatures()