Uses of Annotation Interface
com.google.common.collect.testing.google.ElementTypesAreNonnullByDefault
Packages that use ElementTypesAreNonnullByDefault
-
Uses of ElementTypesAreNonnullByDefault in com.google.common.collect.testing.google
Classes in com.google.common.collect.testing.google with annotations of type ElementTypesAreNonnullByDefaultModifier and TypeClassDescriptionclass
AbstractBiMapTester<K,
V> Skeleton for a tester of aBiMap
.class
Superclass for allListMultimap
testers.class
AbstractMultimapTester<K,
V, M extends Multimap<K, V>> Superclass for allMultimap
testers.class
Generators of variousBiMap
s and derived collections.final class
Derived suite generators for Guava collection interfaces, split out of the suite builders so that they are available to GWT.final class
Common generators of different types of lists.class
Testers forListMultimap.asMap()
.class
Generators of different types of map and related collections, such as keys, entries and values.class
MultimapEqualsTester<K,
V> Tester forMultimap.equals
.class
MultimapPutTester<K,
V> Tester forMultimap.put(K, V)
.class
MultimapSizeTester<K,
V> Tester for thesize
methods ofMultimap
and its views.class
Tester to make sure theiterator().remove()
implementation ofMultiset
works when there are multiple occurrences of elements.class
Generators of different types of sets and derived collections from sets.class
Testers forSetMultimap.asMap()
.class
Generators of sorted maps and derived collections.interface
TestBiMapGenerator<K,
V> Creates bimaps, containing sample entries, to be tested.class
An abstractTestMultisetGenerator
for generating multisets containing enum values.interface
A generator forListMultimap
implementations based on test data.interface
TestMultimapGenerator<K,
V, M extends Multimap<K, V>> Creates multimaps, containing sample elements, to be tested.interface
Creates multisets, containing sample elements, to be tested.class
Implementation helper forTestBiMapGenerator
for use with bimaps of strings.class
A skeleton generator for aListMultimap
implementation.class
Create multisets of strings for tests.class
A skeleton generator for aSetMultimap
implementation.class
A series of tests that support asserting that collections cannot be modified, either through direct or indirect means.