|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureSpecificTestSuiteBuilder | |
---|---|
com.google.common.collect.testing | |
com.google.common.collect.testing.google |
Uses of FeatureSpecificTestSuiteBuilder in com.google.common.collect.testing |
---|
Classes in com.google.common.collect.testing with type parameters of type FeatureSpecificTestSuiteBuilder | |
---|---|
class |
FeatureSpecificTestSuiteBuilder<B extends FeatureSpecificTestSuiteBuilder<B,G>,G>
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. |
Subclasses of FeatureSpecificTestSuiteBuilder in com.google.common.collect.testing | |
---|---|
class |
AbstractCollectionTestSuiteBuilder<B extends AbstractCollectionTestSuiteBuilder<B,E>,E>
Abstract superclass of all test-suite builders for collection interfaces. |
class |
CollectionTestSuiteBuilder<E>
Concrete instantiation of AbstractCollectionTestSuiteBuilder for
testing collections that do not have a more specific tester like
ListTestSuiteBuilder or SetTestSuiteBuilder . |
class |
DerivedIteratorTestSuiteBuilder<E>
Given a test iterable generator, builds a test suite for the iterable's iterator, by delegating to a IteratorTestSuiteBuilder . |
class |
IteratorTestSuiteBuilder<E>
Creates, based on your criteria, a JUnit test suite that exhaustively tests an Iterator implementation. |
class |
ListTestSuiteBuilder<E>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a List implementation. |
class |
MapTestSuiteBuilder<K,V>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a Map implementation. |
class |
NavigableMapTestSuiteBuilder<K,V>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap implementation. |
class |
NavigableSetTestSuiteBuilder<E>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableSet implementation. |
class |
PerCollectionSizeTestSuiteBuilder<B extends PerCollectionSizeTestSuiteBuilder<B,G,T,E>,G extends TestContainerGenerator<T,E>,T,E>
This builder creates a composite test suite, containing a separate test suite for each CollectionSize present in the features specified
by withFeatures(Feature...) . |
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. |
Uses of FeatureSpecificTestSuiteBuilder in com.google.common.collect.testing.google |
---|
Subclasses of FeatureSpecificTestSuiteBuilder 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 |