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 Set<Feature<?>>
MapTestSuiteBuilder. computeCommonDerivedCollectionFeatures(Set<Feature<?>> mapFeatures)
Set<Feature<?>>
FeatureSpecificTestSuiteBuilder. getFeatures()
Methods in com.google.common.collect.testing with parameters of type Feature Modifier and Type Method Description B
FeatureSpecificTestSuiteBuilder. 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 Set<Feature<?>>
MapTestSuiteBuilder. computeCommonDerivedCollectionFeatures(Set<Feature<?>> mapFeatures)
protected static String
FeatureSpecificTestSuiteBuilder. formatFeatureSet(Set<? extends Feature<?>> features)
B
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 Feature Modifier and Type Class Description class
CollectionFeature
Optional features of classes derived fromCollection
.class
CollectionSize
When describing the features of the collection produced by a given generator (i.e.class
ListFeature
Optional features of classes derived fromList
.class
MapFeature
Optional features of classes derived fromMap
.class
SetFeature
Optional 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 Set<Feature<?>>
FeatureUtil. 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.Set<Feature<?>>
TesterRequirements. getAbsentFeatures()
Set<Feature<?>>
ConflictingRequirementsException. getConflicts()
Set<Feature<? super Collection>>
CollectionFeature. getImpliedFeatures()
Set<Feature<? super Collection>>
CollectionSize. getImpliedFeatures()
Set<Feature<? super T>>
Feature. getImpliedFeatures()
Returns the set of features that are implied by this feature.Set<Feature<? super List>>
ListFeature. getImpliedFeatures()
Set<Feature<? super Map>>
MapFeature. getImpliedFeatures()
Set<Feature<? super Set>>
SetFeature. getImpliedFeatures()
Set<Feature<?>>
TesterRequirements. getPresentFeatures()
static Set<Feature<?>>
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 Feature Modifier and Type Method Description static Set<Feature<?>>
FeatureUtil. 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.static Set<Feature<?>>
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 Feature Constructor Description ConflictingRequirementsException(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 Feature Modifier and Type Class Description class
MultimapFeature
Optional features of classes derived fromMultimap
.class
MultisetFeature
Optional features of classes derived fromMultiset
.static class
MultisetTestSuiteBuilder.NoRecurse
Methods in com.google.common.collect.testing.google that return types with arguments of type Feature Modifier and Type Method Description Set<Feature<? super com.google.common.collect.Multimap>>
MultimapFeature. getImpliedFeatures()
Set<Feature<? super com.google.common.collect.Multiset>>
MultisetFeature. getImpliedFeatures()
Set<Feature<? super Void>>
MultisetTestSuiteBuilder.NoRecurse. getImpliedFeatures()
-