Uses of Package
com.google.common.collect.testing.features

Packages that use com.google.common.collect.testing.features
com.google.common.collect.testing   
com.google.common.collect.testing.features   
com.google.common.collect.testing.google   
com.google.common.collect.testing.testers   
 

Classes in com.google.common.collect.testing.features used by com.google.common.collect.testing
CollectionSize
          When describing the features of the collection produced by a given generator (i.e.
Feature
          Base class for enumerating the features of an interface to be tested.
 

Classes in com.google.common.collect.testing.features used by com.google.common.collect.testing.features
CollectionFeature
          Optional features of classes derived from Collection.
CollectionSize
          When describing the features of the collection produced by a given generator (i.e.
ConflictingRequirementsException
          Thrown when requirements on a tester method or class conflict with each other.
Feature
          Base class for enumerating the features of an interface to be tested.
ListFeature
          Optional features of classes derived from List.
MapFeature
          Optional features of classes derived from Map.
SetFeature
          Optional features of classes derived from Set.
TesterAnnotation
          Use this to meta-annotate XxxFeature.Require annotations, so that those annotations can be used to decide whether to apply a test to a given class-under-test.
TesterRequirements
          Encapsulates the constraints that a class under test must satisfy in order for a tester method to be run against that class.
 

Classes in com.google.common.collect.testing.features used by com.google.common.collect.testing.google
CollectionFeature.Require
           
CollectionSize.Require
           
MapFeature.Require
           
 

Classes in com.google.common.collect.testing.features used by com.google.common.collect.testing.testers
CollectionFeature.Require
           
CollectionSize.Require
           
ListFeature.Require
           
MapFeature.Require
           
 



Copyright © 2010-2012. All Rights Reserved.