Package | Description |
---|---|
com.google.common.collect.testing |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentNavigableMapTestSuiteBuilder<K,V>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a
ConcurrentNavigableMap implementation.
|
class |
NavigableMapTestSuiteBuilder<K,V>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a NavigableMap
implementation.
|
Modifier and Type | Method and Description |
---|---|
(package private) SortedMapTestSuiteBuilder<K,V> |
SortedMapTestSuiteBuilder.newBuilderUsing(TestSortedMapGenerator<K,V> delegate,
DerivedCollectionGenerators.Bound to,
DerivedCollectionGenerators.Bound from)
Like using() but overrideable by NavigableMapTestSuiteBuilder.
|
static <K,V> SortedMapTestSuiteBuilder<K,V> |
SortedMapTestSuiteBuilder.using(TestSortedMapGenerator<K,V> generator) |