Package | Description |
---|---|
com.google.common.collect.testing.google | |
com.google.common.collect.testing.testers |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBiMapTester<K,V>
Skeleton for a tester of a
BiMap . |
class |
BiMapClearTester<K,V>
Tester for
BiMap.clear . |
class |
BiMapInverseTester<K,V>
Tests for the
inverse view of a BiMap. |
class |
BiMapPutTester<K,V>
Tester for
BiMap.put and BiMap.forcePut . |
class |
BiMapRemoveTester<K,V>
Tester for
BiMap.remove . |
Modifier and Type | Class and Description |
---|---|
class |
ConcurrentMapPutIfAbsentTester<K,V>
A generic JUnit test which tests
putIfAbsent operations on a concurrent map. |
class |
ConcurrentMapRemoveTester<K,V>
|
class |
ConcurrentMapReplaceEntryTester<K,V>
A generic JUnit test which tests
replace(K, V, V) operations on a concurrent map. |
class |
ConcurrentMapReplaceTester<K,V>
A generic JUnit test which tests
replace(K, V) operations on a concurrent map. |
class |
MapClearTester<K,V>
A generic JUnit test which tests
clear() operations on a map. |
class |
MapContainsKeyTester<K,V>
A generic JUnit test which tests
containsKey() operations on a map. |
class |
MapContainsValueTester<K,V>
A generic JUnit test which tests
containsValue() operations on a map. |
class |
MapCreationTester<K,V>
A generic JUnit test which tests creation (typically through a constructor or
static factory method) of a map.
|
class |
MapEntrySetTester<K,V>
Tests
Map.entrySet() . |
class |
MapEqualsTester<K,V>
Tests
Map.equals(java.lang.Object) . |
class |
MapGetTester<K,V>
A generic JUnit test which tests
get operations on a map. |
class |
MapHashCodeTester<K,V>
Tests
Map.hashCode() . |
class |
MapIsEmptyTester<K,V>
A generic JUnit test which tests
isEmpty() operations on a
map. |
class |
MapPutAllTester<K,V>
A generic JUnit test which tests
putAll operations on a map. |
class |
MapPutTester<K,V>
A generic JUnit test which tests
put operations on a map. |
class |
MapRemoveTester<K,V>
A generic JUnit test which tests
remove operations on a map. |
class |
MapSerializationTester<K,V>
Basic serialization test for maps.
|
class |
MapSizeTester<K,V>
A generic JUnit test which tests
size() operations on a map. |
class |
MapToStringTester<K,V>
A generic JUnit test which tests
toString() operations on a map. |
class |
NavigableMapNavigationTester<K,V>
A generic JUnit test which tests operations on a NavigableMap.
|
class |
SortedMapNavigationTester<K,V>
A generic JUnit test which tests operations on a SortedMap.
|
Copyright © 2010-2017. All Rights Reserved.