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 TypeClassDescriptionclassAbstractBiMapTester<K,V> Skeleton for a tester of aBiMap.classSuperclass for allListMultimaptesters.classAbstractMultimapTester<K,V, M extends Multimap<K, V>> Superclass for allMultimaptesters.classGenerators of variousBiMaps and derived collections.final classDerived suite generators for Guava collection interfaces, split out of the suite builders so that they are available to GWT.final classCommon generators of different types of lists.classTesters forListMultimap.asMap().classGenerators of different types of map and related collections, such as keys, entries and values.classMultimapEqualsTester<K,V> Tester forMultimap.equals.classMultimapPutTester<K,V> Tester forMultimap.put(K, V).classMultimapSizeTester<K,V> Tester for thesizemethods ofMultimapand its views.classTester to make sure theiterator().remove()implementation ofMultisetworks when there are multiple occurrences of elements.classGenerators of different types of sets and derived collections from sets.classTesters forSetMultimap.asMap().classGenerators of sorted maps and derived collections.interfaceTestBiMapGenerator<K,V> Creates bimaps, containing sample entries, to be tested.classAn abstractTestMultisetGeneratorfor generating multisets containing enum values.interfaceA generator forListMultimapimplementations based on test data.interfaceTestMultimapGenerator<K,V, M extends Multimap<K, V>> Creates multimaps, containing sample elements, to be tested.interfaceCreates multisets, containing sample elements, to be tested.classImplementation helper forTestBiMapGeneratorfor use with bimaps of strings.classA skeleton generator for aListMultimapimplementation.classCreate multisets of strings for tests.classA skeleton generator for aSetMultimapimplementation.classA series of tests that support asserting that collections cannot be modified, either through direct or indirect means.