| Package | Description |
|---|---|
| com.google.common.collect.testing |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentMapTestSuiteBuilder<K,V>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a ConcurrentMap
implementation.
|
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.
|
class |
SortedMapTestSuiteBuilder<K,V>
Creates, based on your criteria, a JUnit test suite that exhaustively tests a SortedMap
implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MapTestSuiteBuilder<K,V> |
MapTestSuiteBuilder.using(TestMapGenerator<K,V> generator) |