Interface Feature<T>

Type Parameters:
T - The interface whose features are to be enumerated.
All Known Implementing Classes:
BiMapTestSuiteBuilder.NoRecurse, CollectionFeature, CollectionSize, ListFeature, MapFeature, MultimapFeature, MultisetFeature, MultisetTestSuiteBuilder.NoRecurse, SetFeature, SortedMapTestSuiteBuilder.NoRecurse, SortedMultisetTestSuiteBuilder.NoRecurse

public interface Feature<T>
Base class for enumerating the features of an interface to be tested.
  • Method Summary

    Modifier and Type
    Method
    Description
    Set<Feature<? super T>>
    Returns the set of features that are implied by this feature.
  • Method Details

    • getImpliedFeatures

      Set<Feature<? super T>> getImpliedFeatures()
      Returns the set of features that are implied by this feature.