|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractCollectionTestSuiteBuilder | |
|---|---|
| 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 | |
|---|---|
class |
AbstractCollectionTestSuiteBuilder<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 | |
|---|---|
class |
CollectionTestSuiteBuilder<E>
Concrete instantiation of AbstractCollectionTestSuiteBuilder for
testing collections that do not have a more specific tester like
ListTestSuiteBuilder or SetTestSuiteBuilder. |
class |
ListTestSuiteBuilder<E>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a List implementation. |
class |
NavigableSetTestSuiteBuilder<E>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation. |
class |
QueueTestSuiteBuilder<E>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a queue implementation. |
class |
SetTestSuiteBuilder<E>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a Set implementation. |
class |
SortedSetTestSuiteBuilder<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 | |
|---|---|
class |
MultisetTestSuiteBuilder<E>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a Multiset implementation. |
class |
SortedMultisetTestSuiteBuilder<E>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedMultiset implementation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||