Uses of Class
com.google.common.collect.testing.AbstractCollectionTestSuiteBuilder
Packages that use AbstractCollectionTestSuiteBuilder
-
Uses of AbstractCollectionTestSuiteBuilder in com.google.common.collect.testing
Classes in com.google.common.collect.testing with type parameters of type AbstractCollectionTestSuiteBuilderModifier and TypeClassDescriptionclassAbstractCollectionTestSuiteBuilder<B extends AbstractCollectionTestSuiteBuilder<B,E>, E> Abstract superclass of all test-suite builders for collection interfaces.Subclasses of AbstractCollectionTestSuiteBuilder in com.google.common.collect.testingModifier and TypeClassDescriptionclassConcrete instantiation ofAbstractCollectionTestSuiteBuilderfor testing collections that do not have a more specific tester likeListTestSuiteBuilderorSetTestSuiteBuilder.final classCreates, based on your criteria, a JUnit test suite that exhaustively tests a List implementation.final classCreates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation.final classCreates, based on your criteria, a JUnit test suite that exhaustively tests a queue implementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests a Set implementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests a SortedSet implementation. -
Uses of AbstractCollectionTestSuiteBuilder in com.google.common.collect.testing.google
Modifier and TypeClassDescriptionclassCreates, based on your criteria, a JUnit test suite that exhaustively tests aMultisetimplementation.classCreates, based on your criteria, a JUnit test suite that exhaustively tests aSortedMultisetimplementation.