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

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

Classes in com.google.common.collect.testing used by com.google.common.collect.testing
AbstractCollectionTestSuiteBuilder
          Abstract superclass of all test-suite builders for collection interfaces.
AbstractContainerTester
          Base class for testers of classes (including Collection and Map) that contain elements.
AbstractContainerTester.ArrayWithDuplicate
           
AbstractTester
          This abstract base class for testers allows the framework to inject needed information after JUnit constructs the instances.
AnEnum
          A sample enumerated type we use for testing.
BaseComparable
          Simple base class to verify that we handle generics correctly.
CollectionTestSuiteBuilder
          Concrete instantiation of AbstractCollectionTestSuiteBuilder for testing collections that do not have a more specific tester like ListTestSuiteBuilder or SetTestSuiteBuilder.
FeatureSpecificTestSuiteBuilder
          Creates, based on your criteria, a JUnit test suite that exhaustively tests the object generated by a G, selecting appropriate tests by matching them against specified features.
IteratorFeature
          A method supported by implementations of the Iterator or ListIterator interface.
ListTestSuiteBuilder
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a List implementation.
MapInterfaceTest
          Tests representing the contract of Map.
MapTestSuiteBuilder
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a Map implementation.
MinimalCollection
          A simplistic collection which implements only the bare minimum allowed by the spec, and throws exceptions whenever it can.
MinimalIterable
          An implementation of Iterable which throws an exception on all invocations of the MinimalIterable.iterator() method after the first, and whose iterator is always unmodifiable.
MinimalSet
          A simplistic set which implements the bare minimum so that it can be used in tests without relying on any specific Set implementations.
NavigableMapTestSuiteBuilder
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap implementation.
NavigableSetTestSuiteBuilder
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation.
OneSizeTestContainerGenerator
          The subject-generator interface accepted by Collection testers, for testing a Collection at one particular CollectionSize.
PerCollectionSizeTestSuiteBuilder
          This builder creates a composite test suite, containing a separate test suite for each CollectionSize present in the features specified by FeatureSpecificTestSuiteBuilder.withFeatures(Feature...).
QueueTestSuiteBuilder
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a queue implementation.
ReserializingTestCollectionGenerator
          Reserializes the sets created by another test set generator.
SampleElements
          A container class for the five sample elements we need for testing.
SetTestSuiteBuilder
          Creates, based on your criteria, a JUnit test suite that exhaustively tests a Set implementation.
TestCollectionGenerator
          Creates collections, containing sample elements, to be tested.
TestContainerGenerator
          To be implemented by test generators of things that can contain elements.
TestIteratorGenerator
          Creates iterators to be tested.
TestListGenerator
          Creates sets, containing sample elements, to be tested.
TestMapGenerator
          Creates maps, containing sample elements, to be tested.
TestQueueGenerator
          Creates queues, containing sample elements, to be tested.
TestSetGenerator
          Creates sets, containing sample elements, to be tested.
TestStringSetGenerator
          Create string sets for collection tests.
TestSubjectGenerator
          To be implemented by test generators that can produce test subjects without requiring any parameters.
UnhashableObject
          An unhashable object to be used in testing as values in our collections.
WrongType
          A type which will never be used as the element type of any collection in our tests, and so can be used to test how a Collection behaves when given input of the wrong type.
 

Classes in com.google.common.collect.testing used by com.google.common.collect.testing.google
AbstractCollectionTester
          Base class for collection testers.
AbstractCollectionTestSuiteBuilder
          Abstract superclass of all test-suite builders for collection interfaces.
AbstractContainerTester
          Base class for testers of classes (including Collection and Map) that contain elements.
AbstractTester
          This abstract base class for testers allows the framework to inject needed information after JUnit constructs the instances.
AnEnum
          A sample enumerated type we use for testing.
FeatureSpecificTestSuiteBuilder
          Creates, based on your criteria, a JUnit test suite that exhaustively tests the object generated by a G, selecting appropriate tests by matching them against specified features.
PerCollectionSizeTestSuiteBuilder
          This builder creates a composite test suite, containing a separate test suite for each CollectionSize present in the features specified by FeatureSpecificTestSuiteBuilder.withFeatures(Feature...).
SampleElements
          A container class for the five sample elements we need for testing.
TestCollectionGenerator
          Creates collections, containing sample elements, to be tested.
TestCollidingSetGenerator
          A generator using sample elements whose hash codes all collide badly.
TestContainerGenerator
          To be implemented by test generators of things that can contain elements.
TestListGenerator
          Creates sets, containing sample elements, to be tested.
TestMapEntrySetGenerator
          Creates map entries using sample keys and sample values.
TestSetGenerator
          Creates sets, containing sample elements, to be tested.
TestStringListGenerator
          TODO: javadoc.
TestStringSetGenerator
          Create string sets for collection tests.
TestStringSortedSetGenerator
          Create string sets for testing collections that are sorted by natural ordering.
TestUnhashableCollectionGenerator
          Creates collections containing unhashable sample elements, to be tested.
UnhashableObject
          An unhashable object to be used in testing as values in our collections.
 

Classes in com.google.common.collect.testing used by com.google.common.collect.testing.testers
AbstractCollectionTester
          Base class for collection testers.
AbstractContainerTester
          Base class for testers of classes (including Collection and Map) that contain elements.
AbstractMapTester
          Base class for map testers.
AbstractTester
          This abstract base class for testers allows the framework to inject needed information after JUnit constructs the instances.
 



Copyright © 2010-2012. All Rights Reserved.