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 String
FeatureSpecificTestSuiteBuilder.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 TypeClassDescriptionenum
Optional features of classes derived fromCollection
.enum
When describing the features of the collection produced by a given generator (i.e.enum
Optional features of classes derived fromList
.enum
Optional features of classes derived fromMap
.enum
Optional 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 TypeClassDescriptionenum
Optional features of classes derived fromMultimap
.enum
Optional features of classes derived fromMultiset
.static enum
Methods in com.google.common.collect.testing.google that return types with arguments of type FeatureModifier and TypeMethodDescriptionMultimapFeature.getImpliedFeatures()
MultisetFeature.getImpliedFeatures()
MultisetTestSuiteBuilder.NoRecurse.getImpliedFeatures()