Uses of Class
com.google.common.collect.testing.AbstractCollectionTestSuiteBuilder
-
Packages that use AbstractCollectionTestSuiteBuilder Package Description com.google.common.collect.testing com.google.common.collect.testing.google -
-
Uses of AbstractCollectionTestSuiteBuilder in com.google.common.collect.testing
Classes in com.google.common.collect.testing with type parameters of type AbstractCollectionTestSuiteBuilder Modifier and Type Class Description classAbstractCollectionTestSuiteBuilder<B extends AbstractCollectionTestSuiteBuilder<B,E>,E>Abstract superclass of all test-suite builders for collection interfaces.Subclasses of AbstractCollectionTestSuiteBuilder in com.google.common.collect.testing Modifier and Type Class Description classCollectionTestSuiteBuilder<E>Concrete instantiation ofAbstractCollectionTestSuiteBuilderfor testing collections that do not have a more specific tester likeListTestSuiteBuilderorSetTestSuiteBuilder.classListTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests a List implementation.classNavigableSetTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation.classQueueTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests a queue implementation.classSetTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests a Set implementation.classSortedSetTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedSet implementation. -
Uses of AbstractCollectionTestSuiteBuilder in com.google.common.collect.testing.google
Subclasses of AbstractCollectionTestSuiteBuilder in com.google.common.collect.testing.google Modifier and Type Class Description classMultisetTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests aMultisetimplementation.classSortedMultisetTestSuiteBuilder<E>Creates, based on your criteria, a JUnit test suite that exhaustively tests aSortedMultisetimplementation.
-