Uses of Interface
com.google.common.collect.testing.features.Feature
-
Packages that use Feature Package Description com.google.common.collect.testing com.google.common.collect.testing.features com.google.common.collect.testing.google -
-
Uses of Feature in com.google.common.collect.testing
Methods in com.google.common.collect.testing that return types with arguments of type Feature Modifier and Type Method Description static java.util.Set<Feature<?>>MapTestSuiteBuilder. computeCommonDerivedCollectionFeatures(java.util.Set<Feature<?>> mapFeatures)java.util.Set<Feature<?>>FeatureSpecificTestSuiteBuilder. getFeatures()Methods in com.google.common.collect.testing with parameters of type Feature Modifier and Type Method Description BFeatureSpecificTestSuiteBuilder. 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 Feature Modifier and Type Method Description static java.util.Set<Feature<?>>MapTestSuiteBuilder. computeCommonDerivedCollectionFeatures(java.util.Set<Feature<?>> mapFeatures)protected static java.lang.StringFeatureSpecificTestSuiteBuilder. formatFeatureSet(java.util.Set<? extends Feature<?>> features)BFeatureSpecificTestSuiteBuilder. withFeatures(java.lang.Iterable<? extends Feature<?>> features) -
Uses of Feature in com.google.common.collect.testing.features
Classes in com.google.common.collect.testing.features that implement Feature Modifier and Type Class Description classCollectionFeatureOptional features of classes derived fromCollection.classCollectionSizeWhen describing the features of the collection produced by a given generator (i.e.classListFeatureOptional features of classes derived fromList.classMapFeatureOptional features of classes derived fromMap.classSetFeatureOptional features of classes derived fromSet.Methods in com.google.common.collect.testing.features that return types with arguments of type Feature Modifier and Type Method Description static java.util.Set<Feature<?>>FeatureUtil. addImpliedFeatures(java.util.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.java.util.Set<Feature<?>>TesterRequirements. getAbsentFeatures()java.util.Set<Feature<?>>ConflictingRequirementsException. getConflicts()java.util.Set<Feature<? super java.util.Collection>>CollectionFeature. getImpliedFeatures()java.util.Set<Feature<? super java.util.Collection>>CollectionSize. getImpliedFeatures()java.util.Set<Feature<? super T>>Feature. getImpliedFeatures()Returns the set of features that are implied by this feature.java.util.Set<Feature<? super java.util.List>>ListFeature. getImpliedFeatures()java.util.Set<Feature<? super java.util.Map>>MapFeature. getImpliedFeatures()java.util.Set<Feature<? super java.util.Set>>SetFeature. getImpliedFeatures()java.util.Set<Feature<?>>TesterRequirements. getPresentFeatures()static java.util.Set<Feature<?>>FeatureUtil. impliedFeatures(java.util.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 Feature Modifier and Type Method Description static java.util.Set<Feature<?>>FeatureUtil. addImpliedFeatures(java.util.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.static java.util.Set<Feature<?>>FeatureUtil. impliedFeatures(java.util.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 Feature Constructor Description ConflictingRequirementsException(java.lang.String message, java.util.Set<Feature<?>> conflicts, java.lang.Object source)TesterRequirements(java.util.Set<Feature<?>> presentFeatures, java.util.Set<Feature<?>> absentFeatures) -
Uses of Feature in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google that implement Feature Modifier and Type Class Description classMultimapFeatureOptional features of classes derived fromMultimap.classMultisetFeatureOptional features of classes derived fromMultiset.static classMultisetTestSuiteBuilder.NoRecurseMethods in com.google.common.collect.testing.google that return types with arguments of type Feature Modifier and Type Method Description java.util.Set<Feature<? super com.google.common.collect.Multimap>>MultimapFeature. getImpliedFeatures()java.util.Set<Feature<? super com.google.common.collect.Multiset>>MultisetFeature. getImpliedFeatures()java.util.Set<Feature<? super java.lang.Void>>MultisetTestSuiteBuilder.NoRecurse. getImpliedFeatures()
-